hi,
I have a textbox, listbox and checkboxes on one aspx page. i have three
buttons for corresponding controls which submits the page to itself. I
want to use validator controls for each of them. The problem is
every time i submit the page to the server, all the controls
(textbox,checkboxes and listbox) are validated. I dont want
this behaviour. I want to validate textbox only when a button associated
with it is clicked
and same thing with other controls as well.
Kindly let me know if anyone have come across this problem...