i have this ValidationExpression=\"(\\d{1,}.{0,2} .{2,})|(.{2,} \\d{1,}.{0,2})\" used in regularexpression validator. I want to use the 开发者_C百科same one in a customvalidator. But customvalidator d
I have a user control which contains a CustomValidator which is used according to whether a RadioButton is checked or not (there are several RadioButtons, I\'m only showing the relevant one)
I have a user control which contains a series of radio buttons and some text fields on it. If a specific radio button is checked I want to validate the contents of two text fields.
I have a form with contains, among others, a TextBox called \"wmi_cell_phone\" and a RadioButtonList \"wmi_send_sms\".
I have a Radio button List and Text Box both with validation. <asp:RadioButtonList ID=\"member\" runat=\"server\" RepeatDirection=\"Horizontal\">
I have an ASP .NET page with ASP validators (Required Field, Regular Expression,...) plus java script functions for a开发者_如何学Godditional validation (for example, to check if second date bigger th
I have a custom validator (.net 3.5) that checks if four dropdown lists in my form have repeated values. It works on the server-side but I would like to add a cli开发者_JS百科ent-side function to go w
I have read this before about asp.net mvc validations but does not mention what i want to do,So have this view model -
I\'ve just finished reading up on the CustomValidator control and I have a question. In the book I\'m reading, it says that a CustomValidator doesn\'t need to have it\'s ControlToValidate property set
I have a radiobuttonlist with two items, Yes or No. The radiobuttonlist control has a customvalidator that needs a servervalidation function and a javascript clientvalidationfunction. Could you help m