Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > dynamic back link

Reply
Thread Tools

dynamic back link

 
 
emorgoch
Guest
Posts: n/a
 
      11-09-2006
Hi there,

I'm trying to figure out how to create myself a "Back" link in a
ASP.NET 2.0 application that will handle my cases. What I have is a
page that has multiple pages that it can be entered from, and will have
internal post-backs as well (rendering the option to use the browsers
back option useless).

For example, my target page may be a page containing details about a
product. The page can be loaded either from a list of results from a
product search, or opened from a user clicking on that product from a
list of products in sales order, etc.

What I need is to be able to figure out how to get the user back to the
page that they came from, and restore the state that previous page was
in when they left (i.e. the list of search results and search
conditions are still visible).

Any suggestions on where I can start with this?

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZQ==?=
Guest
Posts: n/a
 
      11-09-2006
You may want to look into using the new SiteMapPath control.

http://msdn2.microsoft.com/en-us/library/x20z8c51.aspx

"emorgoch" wrote:

> Hi there,
>
> I'm trying to figure out how to create myself a "Back" link in a
> ASP.NET 2.0 application that will handle my cases. What I have is a
> page that has multiple pages that it can be entered from, and will have
> internal post-backs as well (rendering the option to use the browsers
> back option useless).
>
> For example, my target page may be a page containing details about a
> product. The page can be loaded either from a list of results from a
> product search, or opened from a user clicking on that product from a
> list of products in sales order, etc.
>
> What I need is to be able to figure out how to get the user back to the
> page that they came from, and restore the state that previous page was
> in when they left (i.e. the list of search results and search
> conditions are still visible).
>
> Any suggestions on where I can start with this?
>
>

 
Reply With Quote
 
 
 
 
seigo
Guest
Posts: n/a
 
      11-09-2006
Hi,

I think you can create a simple module which will save current and
previous URLs in the session. So you will know from which URL user came
to the current page and can redirect him back.

Alexander Kleshchevnikov
www.klalex.com


"""emorgoch ΠΙΣΑΜ(Α):
"""
> Hi there,
>
> I'm trying to figure out how to create myself a "Back" link in a
> ASP.NET 2.0 application that will handle my cases. What I have is a
> page that has multiple pages that it can be entered from, and will have
> internal post-backs as well (rendering the option to use the browsers
> back option useless).
>
> For example, my target page may be a page containing details about a
> product. The page can be loaded either from a list of results from a
> product search, or opened from a user clicking on that product from a
> list of products in sales order, etc.
>
> What I need is to be able to figure out how to get the user back to the
> page that they came from, and restore the state that previous page was
> in when they left (i.e. the list of search results and search
> conditions are still visible).
>
> Any suggestions on where I can start with this?


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
congesting a back-to-back link on a switch akmann7@gmail.com Cisco 1 07-07-2007 12:31 PM
How does a dynamic control load post back data across post back?? =?Utf-8?B?Z29yaWxsYQ==?= ASP .Net 1 05-25-2007 05:02 AM
RE: Link Link Link =?Utf-8?B?REw=?= Windows 64bit 0 05-17-2005 12:15 PM
Re: Link Link Link DANGER WILL ROBINSON!!! Kevin Spencer ASP .Net 0 05-17-2005 10:41 AM
How to use a dynamic text link as a post-back trigger? darrel ASP .Net 1 01-28-2005 12:56 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57