Posted on: 5/14/2014 3:48:03 AM | Views : 407

What I would like to achieve is that when i first load up my page, and clicked the button, I want both of my validation for textbox and checkboxlist to pop up. But the problem is that it works one by one... It cannot work together. I need to first type in something in the textbox in order for it to go to the next validation which is the checkboxlist. Mine validator for textbox is a requiredfieldvalidator and my checkboxlist is a custom validator. helppppp

After clicking the button without typing anything in the textbox. 




After clicking the button after typing anything in the textbox. 



...

Go to the complete details ...