egdotnet Posted January 9, 2005 Posted January 9, 2005 i have a datalist, which will contain a lot of entries, but when i select one, it scrolls to the top of the page. is there a way to automatically scroll down to the place where the edit box is so people can view it quickly? Quote
kahlua001 Posted January 9, 2005 Posted January 9, 2005 Try setting the SmartNavigation to true on the page, but i find that this will sometimes mess with other javascript you have on the page. So, what you can do is after you update, write out javascript to the page that sets to a bookmark on the page, or set focus to textbox on the page, that should jump the page down. Last i check,the last option worked in some browsers, not in others. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.