|
-
January 21st, 2003, 06:24 AM
#1
Scrolling programatically
Hi guys, again me.
Could you please give me any hints about the following:
I have a asp:button at the top of the page, and a link at the bottom of the page, now when I click the button it processes button_Click event and does something, but I also want to scroll down the page so that the link positions at the top of the page. Now how to do that? I know that in a plain HTML page I can use java code to do something like document.all.myanchor.ScrollIntoView(), but how to do that here under Visual Studio .Net, or if java is the only way then how to connect it with the click event of the button?
Thanks in advance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|