Wednesday, January 16, 2013

Check Request.QueryString exists/null


Use the below code to check query string is null.

if(Request.QueryString["M"] != null)
{
  //Code goes here
}

No comments:
Write comments
Recommended Posts × +