Editor.Focus = true resets cursor to top of page, not to where it was before postback

  •  08-14-2007, 3:25 PM

    Editor.Focus = true resets cursor to top of page, not to where it was before postback

    If Editor.Focus set true, focus goes to top of page, not where it was when method called that caused postback!
     
    Focus should go to exactly where it was before the postback.
     
    How to fix this? Try it with your default config. page.
View Complete Thread