M
Mike
I have a web form that has 2 buttons and a textbox and a listbox. I need to
validate each control but only if the buttons assocaited with that control
is clicked.
example:
textbox1 = need to validated if the 'add' button is clicked
I then have a listbox that i need validated to make sure something is
selected but only when the
'submit' button is clicked.
right now the 'add' button is firing both validators? How can I fire each on
seperatly for each button?
validate each control but only if the buttons assocaited with that control
is clicked.
example:
textbox1 = need to validated if the 'add' button is clicked
I then have a listbox that i need validated to make sure something is
selected but only when the
'submit' button is clicked.
right now the 'add' button is firing both validators? How can I fire each on
seperatly for each button?