Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Validation mapping of controls


Message #1 by "Manish" <mpatel@f...> on Mon, 17 Jun 2002 20:43:11
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...

  Return to Index