string category = string.Empty; if (!String.IsNullOrEmpty(Request.QueryString["category"])) { category= Request.QueryString["category"]; }