hi i used to validate the textboxes on c# windows forms
when i click the submit button it 's working fine
but when i click the reset button all the textboxes will become empty ,at that time this erroprovider icon should not be dispalyed , how to do this
but when i click the SUBMIT button again the validation should occur as it is
Loading
Pramod Kumar NandagiriPosted Mar 26, 2010, 2:52 PM
errorprovider1.clear(); //thats all