Posted by admin at 1 August 2008
Category: ASP.NET, Patterns & Practices
Tags: .net, ASP.NET, querystring
If (Not String.IsNullOrEmpty(Request.QueryString("qString"))) Then qString = Request.QueryString("qString") End if