ASP.NET Web Controls >> Handling scroll position on repost
by Jarek DotnetDeveloper » Tue, 26 Aug 2003 17:13:34 GMT
Hi!
At the end of Your procedure handling button click event add code:
Response.Redirect("http://pageaddress#anchor") and it will help probably
(of course if I understood what You wanted to do:))
Best Wishes,
Jarek
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Similar Threads
1. Scrolling contents with the scroll bar position in real time
I have a Flow Layout Panel in my C# application with Autoscroll set to
true. When I scroll on it, the vertical scrolling is not live. I
directly see the page at the final position of the scrollbar when I
release the mouse button.
Is there a way to scroll the contents in real time?
Thanks,
Avanti
2. scrolls scrolls scrolls scrolls scrolls ............... - Asp.Net
3. Combobox vertical scroll position
Does anyone know how to determine the slider position
(i.e. relative to the min and max values) of a combobox's
vertical scroll bar (i.e. maybe a win api call?).
I am trying to feedback the list's value as the user's
scrolls the combobox (the list is too large to fill the
combobox). I can't find any way to get this information.
I seem to recall that in VB 6.0 this was available in one
of the scrolling functions.
If there is no way to get this info in vb.net, I would
like to build my own combobox with textbox, listbox and
vertical scroll bar. However, the problem then becomes
how to make the vertical scroll bar look like the
combobox scroll bar (I like the appearance of the latter
when running on XP).
4. HELP ME...Panel control not maintaining scroll position
5. Saving scroll position on a nested div?
What I have is a user control that contains a master/detail datagrid. When
the datagrid is "opened" (put into edit mode), one column contains an
autoscroll div, 300px high. Inside that div is a datalist. When someone
clicks on the datalist to edit it - you guessed it - the page reloads with
the div scrolled back to the top.
Yes, SmartNavigation is set to true, no... it doesn't make any difference.
Is there *any* way that I can get this div's scroll position to stay put?
Please post replies ot the newsgroup.
Thanks,
Greg
6. page scroll position
7. HOWTO: Persist Scroll Position in Panel Control on Postback
8. DataList Edit Item Scroll Position - ASP.NET Web Controls