Here is the deal. On my asp.net page I have an autopostback text field that fires a subroutine to lookup an ID and then display it back on the page. The problem with this is that all other form fields on the page are reset when this is fired. Does anyone know how I can maintain the page state so that any information entered in the other form fields is not reset?