miranog
January 21st, 2003, 05:24 AM
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.
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.