CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    Sarajevo, Bosnia
    Posts
    42

    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.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    did you got working thru your problem ??

    if not you could try out this also


    ASP.NET

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured