Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Response.Redirect("Page2.aspx?ID=" & Textbox1.Text)
Dim strID as String = Request.Querystring("ID")
<a href=page2.aspx?page=1>page two</a>
dim pagenum as string
pagenum = request.querystring("page")
response.write(pagenum)