returning to different position after postback.

returning to different position after postback.

am 29.05.2007 07:07:58 von philbrierley

Is it possible for a button to be pressed that causes a postback and
then return to a different part of the page specified by a bookmark -
ie move the user to the next section?

Cheers,

Pb

Re: returning to different position after postback.

am 29.05.2007 08:47:05 von Eliyahu Goldin

If you are talking about setting focus on another control, use SetFocus
method. This is for 2.0. In 1.1 you can set focus with some simple
javascript.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


"pb" wrote in message
news:1180415278.693810.130330@i13g2000prf.googlegroups.com.. .
> Is it possible for a button to be pressed that causes a postback and
> then return to a different part of the page specified by a bookmark -
> ie move the user to the next section?
>
> Cheers,
>
> Pb
>