C
Chris Scragg
In my app, I preload some default values into my form's textboxes. However,
when a user changes these values, my code-behind is not noticing the change;
only the original value. Do I have to send this form to another page for
processing (action) or am I missing something fundamental here?
Chris
when a user changes these values, my code-behind is not noticing the change;
only the original value. Do I have to send this form to another page for
processing (action) or am I missing something fundamental here?
Chris