I have a registration page with many fields and DDl’s when i scroll down and select the ddl value then the page going to top of the page and again i have to scroll to the control and have to select the page.How to control the page by stopping at the control even though the value is changed.
Share
Use
MaintainScrollPositionOnPostback="true"in Page directiveSomething like this
to know more about this Go here.
Alternatively you can, put this in
Web.configto make this setting global, By this