Top "Requiredfieldvalidator" questions

Makes the associated input control a required field.

CompareValidator for "dd/mm/yyyy" format

I am enhancing our existing web application that will be used on EMEA where I need to change the date …

c# asp.net date globalization requiredfieldvalidator
Disable requiredfieldvalidator with javascript

Firstly I have seen the other threads on this topic and I just want something cleared up that I am …

javascript asp.net requiredfieldvalidator
how can i make Valdator's color red?

i have a problem that i have specified the color of RequiredFieldValidator to red but when i publish the website …

asp.net requiredfieldvalidator
RequiredFieldValidator for a dropdownlist

I have a dropdownlist which I am developing dynamically in the code. Dim objPreferenceDropdownList As DropDownList = New DropDownList() objPreferenceDropdownList.ID = "…

asp.net drop-down-menu requiredfieldvalidator
Custom Control referenced by 'RequiredFieldValidator' cannot be validated

Question: How do I correctly extend a custom control to work with the RequiredFieldValidator? I've read this, but trying to …

c# asp.net custom-controls requiredfieldvalidator validation-controls
How to make a property required based on multiple condition?

I have a list of Pair of radio buttons (Yes/No): Q1.(Y)(N) Q2.(Y)(N) Q3.(Y)(N) …

asp.net-mvc validation requiredfieldvalidator
Reset a page in ASP.NET without postback

I want to reset a form but I'm using a few "Required Field Validator" every time I click the reset …

c# asp.net .net reset requiredfieldvalidator
Handling RequiredFieldValidator inside of a User Control

I have a User Control which consists of a TextBox with a few extras, but for purposes of this example …

c# asp.net requiredfieldvalidator
RequiredFieldValidator + Button = Postback!

i have this markup code: <div id="rowIndirizzo" class="form"> <label> Indirizzo:</label> <…

asp.net postback requiredfieldvalidator