Question : Howto Scroll to bottom of webform - after button click ??

Hi folks,

I have a webform (vb.net), with a button at the bottom, once the user click the button I want to verify his/her input and print our his/her selection at the bottom and then change the button from verify to submit...

Everything is working fine... , except for the "auto scroll to the bottom" part... so I do a postback currently on the button click and verify a few things server side... however when it comes back I want to scroll to the bottom of my webform...

How would I do this?
Thanks!

Answer : Howto Scroll to bottom of webform - after button click ??

untested, but should work,
Page.RegisterStartupScript("MyScrollingStuff", "
Random Solutions  
 
programming4us programming4us