Resetting controls on form to initial statehttp://forums.asp.net/t/300795.aspx/1?Resetting+controls+on+form+to+initial+stateWed, 06 Aug 2003 02:34:27 -0400300795300795http://forums.asp.net/p/300795/300795.aspx/1?Resetting+controls+on+form+to+initial+stateResetting controls on form to initial state Does anyone know I can reset the controls on my form when a the page reloads, basically I want to get rid of the text and selection that a user made when they have submitted the information 2003-08-05T21:40:39-04:00300842http://forums.asp.net/p/300795/300842.aspx/1?Re+Resetting+controls+on+form+to+initial+stateRe: Resetting controls on form to initial state Use Reponse.Redirect and send them back to the same page. It will reinitialize the form. 2003-08-05T22:31:04-04:00300849http://forums.asp.net/p/300795/300849.aspx/1?Re+Resetting+controls+on+form+to+initial+stateRe: Resetting controls on form to initial state Hi Kelsey I also have a datagrid that is bind on page load and I dont want that to be reset , will using Response.Redirect not reset the form to its original state totally, I just want to rest the controls Thanks 2003-08-05T22:40:19-04:00