welcome dear!!! keep it up... :)
A
Ajay_Saini
@Ajay_Saini
Posts
-
Dropdown -
DropdownThis error occurred when your dropdown is already filled and if you try to assign (selects) that value which was selected previously. so can you provide your code?
-
Enable / Disable Regular Expression Validator based on Dropdownlist selectionHi, you can use dropdown selected index changed event on dropdownlist. means if your regular expression validator id is regular1 then just false its visibility from server side as reqular1.Visible=false; try it. this can also done by Jquery.