Hi,
In my .aspx page, I have a dropdownlist and a textbox.
The textbox has to be validated depending on the selection in the dropdownlist.
I have only used the validation control on the .aspx page itself (not codebehind).
How can I dynamically change the type of validation on the textbox? programatically?