Use the below code to check query string is null.if(Request.QueryString["M"] != null){ //Code goes here}
No comments:
Write comments