Hi,
I am ascx control have one checkbox, Dropdown,
requiredFieldValidator, button.
The default value for dropdown is "-Select-" and is disabled,
Autopostback is true.
The checkbox has Autopostback property value is true, when we check
it the dropdown is enabled and is field with the items(1,2,3)
The requiredfieldvalidator is given to dropdown to check wheather the
dropdown item is "Select". If the item is "-select-" the validator
displays error message (Plz select Diff Value).
when we click the button after pageload without any changes the error
message is displaying.
if we click the checkbox the dropdown is filing and the selected item
is also "-Select-".
At now when i am click the button the validator is firing but the
error message is not displaying. ?
Is there any properties for validator to the error message.?
Bye,
Nag.