sammyugq18
New Member
I have some client-side JavaScript that sets form fields. When the page posts back, those fields are reset.Why is this? Aren't the field values captured and put in the ViewState when the postback occurs?EDIT: When I break the debugger on Page_Load(), before any code executes after the postback, the form field values are empty.