asp.net - scroll go to the top page -


Use pure web methods to save data from the net when I press to save all pages Go to top I How can I save status status Post Back

You can set it to the program

  Page.MaintainScrollPositionOnPostBack = True;   

In the page declaration

  keep the page <% @ ScrollPositionOnPostback = "true"%>   

or web.config & lt; System.web & gt; In the section.

  & lt; Maintaining pages ScrollPositionOnPostBack = "true" />    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -