OK, here's my last problem for this project I am working on. This may seem very simple to most of you, but I cannot figure it out. I have a simple confirmation page that reads something like:
You have successfully created your event, the link for people to signup for the event is: default.aspx?eventAuid=(here I need to write the querystring parameter from the link) and make that part a hyperlink so that it can be clicked on. I do not know how to do this. So I do not know how to write the query string to the page.
I tried using:
Default.aspx.?eventAuid=<%Request.Write(Request.QueryString["eventAuid"})%>
but that did not work. Furthermore I do not know how to show it on the page.
Please help. Thank you