if(!IsPost){
if(!Request.QueryString["ID"].IsEmpty()&&Request.QueryString["ID"].IsInt()){
// Etc.
IsPost
IsEmpty()
IsInt()
if(!IsPost){
if(!Request.QueryString["ID"].IsEmpty()&&Request.QueryString["ID"].IsInt()){
// Etc.
IsPost
IsEmpty()
IsInt()