I am using RangeValidator to validate date enter in textbox and its working fine with default date format but now i want the date format in \"dd/MM/yyy\" but its generating excption with this date for
is there any mistake in this validation??? var $validate = array( \'brand_id\' => a开发者_StackOverflowrray(
We have a model with properties decorated with [Required] which works great for validation.However, what we\'d like to do is mark those required fields in the view with an asterisk (or some other styl
I have a web form with a number of textbox controls which I\'ve associated RequiredFieldValidator\'s with. I have a ValidationSummary control 开发者_StackOverflow社区on the page to render any incomple
I have 2 asp.net textboxes in an update panel. Both textbox controls have some javascript attached to autotab to the next field and to allow only numeric input. When I enter some data into the first f
now, the error mes开发者_JS百科sage will display if I move out of current textbox. I don\'t want to display it until I click submit button.This isn\'t possible when ClientScript is enabled for your va
Is it possible to have \"Required Field Validator\" controls to validate more than one field (example I have 12 te开发者_如何学Cxtboxes that are required. I want to try an avoid having 12 RFV controls
I have a WebForms app that uses a field validator on a dropdownlist.It works in IE but not FireFox. This is pretty straightforward stuff I\'m doing.Here are the setups for the dropdown and validator:
I\'ve got a drop-down where the user selects a Country. It is a required \"field\". Next to it, there is a textfield named State. If the user selects US, then the field State is required. If the user
I populate two dropdownlist in asp.net. Both are assigned to a requiredfield validator. The codebehind is as below