Iam using 2 textboxes in my project in which I have applied RegularExpressionValidator controls in order to get the proper date.
There is also a combobox on the same page.The textboxes validations are working fine but at the same time whenever i will get an error message from validation control, I also want to disable my combo box on that same page so that no one can select the items from that combo box. I have searched for the techniques which i used to do in my windows project but those events are not available in ASP.Net 2.0.
I have searched the events like textbox_leave as in
VB.NET but its not there.
Can anyone help me out plz?
Any help will be appreciated as before.
Lalit
"Learning is a life long process!"