Hi
Im trying to find out how to create a query string an assign to content on a page - so for example i have a list of bookings with event title, category and location, and on each list element there is a book now button that will popup and display a form with the values already showing in the input fields. I want to pass those details using hidden input fields but im slighlty confused on how to go about this?
Most examples i have seen they show the URL with the query string in there - dont know whether this is pre-loaded or is loaded when they doI know you can useCode:Response.Redirect("www.url.com?contenthere");Any guidance would be appreciated.Code:string site = Request.QueryString["value"];
Thanks.


Reply With Quote

Bookmarks