Urgent: Date is vanishing from date field on aspx page
Hi, I've a problem testing aspx (.net) page. When I insert value; date from excel sheet into date field in aspx application (Web application), the date is vanishing from the date object or fiel...
It sounds like there is some sort of event being fired after the data is entered. This happens with windows apps sometimes, too, and so the "DoExit" event may need to be called.