Top "Requiredfieldvalidator" questions

Makes the associated input control a required field.

RequiredFieldValidator and preventing CausesValidation

I've got a RequiredFieldValidator on a contact form. It works as intended when people click 'Submit', but if they click …

asp.net html requiredfieldvalidator
RequiredFieldValidator not working for Dropdownlist

I have a Dropdownlist in my web page as follows. <asp:DropDownList runat="server" ID="cboNoOfSubjects" AutoPostBack="true" CssClass="…

asp.net requiredfieldvalidator dropdownbox
Set asp:CustomValidator text from codebehind

I have User ID and Password fields, both of which work well with the RequiredFieldValidator. Just below that, I have …

c# asp.net customvalidator requiredfieldvalidator