July 11, 2011

Check Null or Empty string in ASP.Net

string.IsNullOrEmpty(HttpContext.Current.Request.QueryString["uid"].ToString());

No comments:

Post a Comment