Make sure that where you call your initial databind is wrapped in:
if(!Page.IsPostBack){
//Call databind
}
obviously the above code will only go in the Page_Load event but this will ensure that your intial databind is executed only once while a user is there.
-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
^^Thats my signature
|