User Control ?

W

WJ

1. I have a User Control (UC) that hosts one Link-Label control. When the
user clicks on the link label, the following event is executed in the UC:

Response.Redirect("Help.Aspx",True);

2. The UC is included in many Asp.Net webforms.

3. In the "Help.Aspx" form, there is a Button control that when clicked,
should go back to the caller
(Response.Redirect(Request.UrlReferrer.ToString(),true). However, it calls
itself, it goes nowherer but back to itself. I must be doing something wrong
here !

How do I bring the user back to the original form that the "Help.Aspx" was
called from while still being able to use the UC concept ?

Thanks,

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top