__doPostBack issues

C

cbaigorri

Hey People

This might be really stupid but it's driving me nuts. When I'm
posting a form using __doPostBack("submit",) the validation is
happening and that's fine... the issue is that in IE6 it doesn't go to
the top of the page. Has anyone ever had this same problem? And what
can I do to send it to the top? window.scrollTo(0,0) on page load
doesn;t do a thing.

Thanks!
 
D

donet programmer

I think this could be due to the asp.net SmartNav attribute set on the
page.
 

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

Top