I have a fairly simple page with numerous controls whose data are
bound when the PageLoad !IsPostBack criteria is met.  The user can
update the data in the controls, click a submit button and hope that
the data updates. 

However, for some reason I don't understand, when I check the postback
values, both the old and new values are present.

For example, 
if invoiceYear.text = "2004" originally, on postback the value is
invoiceYear = "2004,200x" . Even if the data isn't changed, then the
old and 'new' value is still maintained. I can't find out why this is
happening. 

Any help would be GREATLY appreciated.








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to