I have a textbox control <div id=\"divFirstName\" runat=\"server\"> <label>First Name:<span class=\"mandatory\">*</span></label>
Is there some sort of ASP validator which, instead of having to select specific values, makes it so that when you submit a form, a particular value must not be selected? I need to leave the \"Not in U
I\'m using a Required Field Validator (code below) with a Radio Button List within a Wizard to ensure the user selects a value before proceeding to the next step of the wizard. This is working fine wi
When a user clicks a link, he\'s sent to a register form. In this form I have certain fields that need to be filled in. So I use required field validator on them.
I\'m using the AjaxControlToolkit, which I haven\'t used in a while so I know I\'m a bit rusty.I created a simple form in an asp:Panel with one field and a required field validator.I would like to kee
I have a textexbox that is in the middle of the a three-row, three column table.The \"outer\" table cells are used to add some decoration to the textbox.When the data entered into the texbox is invali
I need to validate various ASP.NET controls, but instead of displaying the standard text/asterisk/image next to each when validation fails, I need to display custom content (change the outline color o
I want the requiredfield validator to become only visible whenever there is an error..not all the time.. How can i achieve so?
For my school project, I am working on a database management application. It is my first real Zend Framework application.
I have read through this which helped me narrow down my validation problems to the InitialValue property of the RequiredFieldValidator.