Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a Parameter

Status
Not open for further replies.

mayamanako

Technical User
Aug 31, 2005
113
GB
Hello guys,

I have a page called page1.aspx with dynamic "id" on its url, how can I pass this id paramater to page2.aspx? I tried putting Request.QueryString("id") but is not working.

Public Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
Response.Redirect("page2.aspx?id="&Request.QueryString("id"))

...


Thanks for any inputs.
 
sorry guys, i noticed a typo in my script. i think it's sorted now.

thnx anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top