B
Bratislav Jevtic
hi,
ASP.NET, framework 1.0, patch 2, Windows 2000 server
is this possible: from server side to say "go back" to browser?
-------------------
scenario:
I've got some page with a list. When one clicks some button goes to "detail"
page - for to add/update data. That form may have number of postbacks. On
submit button (or any other, like cancel) server must redirect or transfer
to previous page (list). But, not hardcoded path are allowed. This is
important because this detail form may be called from more then one point in
application, so it cannot know who is caller.
ok, you may say "use session object" and some coding but, I'm interested is
it possible without using Session and coding.
----------
Moreover, is there some Session history - list of urls accessed by user?
thanks in advance,
bj
ASP.NET, framework 1.0, patch 2, Windows 2000 server
is this possible: from server side to say "go back" to browser?
-------------------
scenario:
I've got some page with a list. When one clicks some button goes to "detail"
page - for to add/update data. That form may have number of postbacks. On
submit button (or any other, like cancel) server must redirect or transfer
to previous page (list). But, not hardcoded path are allowed. This is
important because this detail form may be called from more then one point in
application, so it cannot know who is caller.
ok, you may say "use session object" and some coding but, I'm interested is
it possible without using Session and coding.
----------
Moreover, is there some Session history - list of urls accessed by user?
thanks in advance,
bj