ASP.NET AutoPostBack

  • Thread starter Thread starter ChInKPoInt [No MCSD]
  • Start date Start date
C

ChInKPoInt [No MCSD]

I am using AutoPostBack for my forms, but when the form gets longers (needs
to scroll down) every time AutoPostBack makes the page go back to the TOP.
Is there any trick to make the form jump to the last position? like using
Anchor <a name="xxx"> and "#" in Href.. something like that?

C.P.
 
If IE is your only browser, you can turn Smart Navigation on in your
application. That will solve the problem for most web apps. If not, you will
have to write JavaScript for this type of functionality. Here is an URL to
help:

http://aspnet.4guysfromrolla.com/articles/111704-1.aspx



---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top