|
|
Question : How can I declare and set values to the MaskedEditValidator using C#?
|
|
Hi! I need to declare the MaskedEditValidator in C# so I can enter a value to the "Validationgroup" for this Ajax control using the code behind :
Protected System.......................??How I declare an Ajax control.....????........ MaskedEditValidator2;
I need to add this value to the attribute "ValidationGroup" using C#: MaskedEditValidator2.ValidationGroup = "Group1"; Thanks
Open in New Window
Select All
|
Answer : How can I declare and set values to the MaskedEditValidator using C#?
|
|
|
|
|
|