Archive for August, 2008

Posted by admin at 1 August 2008

Category: ASP.NET, Patterns & Practices

Tags: , ,

If (Not String.IsNullOrEmpty(Request.QueryString("qString"))) Then qString = Request.QueryString("qString")
End if