R
RSH
Hi,
I have a user created control that has quite a bit of codebehind code. I
have one link in the HTML page code that I need to insert the current URL
in. I have tried several scenerios but the URL always comes back with
nothing:
href="EmployerSolutions_Quote.aspx?url=<% Request.Url.ToString %>" Click
here for our
comprehensive Quote...
I need to pass the current URL to the next page so after they fill out the
quote they are returned to the page they came from. Since the control
appears throughout the site it can't be hardcoded.
How do I make that work?
Thanks!
Ron
I have a user created control that has quite a bit of codebehind code. I
have one link in the HTML page code that I need to insert the current URL
in. I have tried several scenerios but the URL always comes back with
nothing:
href="EmployerSolutions_Quote.aspx?url=<% Request.Url.ToString %>" Click
here for our
comprehensive Quote...
I need to pass the current URL to the next page so after they fill out the
quote they are returned to the page they came from. Since the control
appears throughout the site it can't be hardcoded.
How do I make that work?
Thanks!
Ron