Introduction QueryString is used to pass the value of information from one page to another page. The syntax for the QueryString is (Request.QueryString(variable)[(Index)|.Count]Parameters). The variable in the Syntax specifies the name of variable in the HTTP QueryString to retrieve. The Index in the Syntax is an optional parameter that Enables you to retrieve one of multiple values for a variable. It can be any integer value in the range 1 to Request.QueryString(variable).count.The QueryString Collection retrieves the values of the Variables in the HTTP query string. The HTTP query string is specified by the values following the question mark(?). Getting Started
How to work with QueryString in ASP.NET using VB.NET
How to Create and Change Dynamic controls with AJAX in ASP.NET using VB.NET