Re: Autopostback question
Sounds like you have an ASP.NET web project.
You could use JavaScript to duplicate most behavior of a postback.
To handle the scrolling of a form after a postback, see the link in my thread on the same subject - http://vbforums.com/showthread.php?t=431964
Moved
Re: Autopostback question
You can have a look at ASP.net AJAX or AJAX.net which will allow you to perform server side code without refreshing the whole page.
Re: Autopostback question
That is the nature of the web. Depending on the business requirements of your site, you should or shouldn't use AJAX.
If you don't want a simple listbox posting back, set its AutoPostBack to false.