Microsoft
Software
Hardware
Network
Question : ASP.NET CreateUserWizard Custom Validator
In my CreateUserWizard, I added a dropdownlist and a textbox.
The dropdownlist ask the users how they learn about my company. The options are:
0. -
1. Friend
2. Google
3. Yahoo
4. Others.. Please specify
I need a custom validator that will do the following:
1. Make sure that the value of the dropdownlist is greater than 0
2. If the value of the dropdownlist is 4, then the user must provide the answer in the textbox.
Thanks.
Answer : ASP.NET CreateUserWizard Custom Validator
Have u tried this:
var DDLName = document.getElementById('C
reateUserW
izard1_Cre
ateUserSte
pContainer
_ddIS');
or may be this:
var DDLName = document.getElementById('<
%=CreateUs
erWizardSt
ep1.Conten
tTemplateC
ontainer.F
indControl
("ddIS").C
lientId %>');
Random Solutions
Problem calling 2 forms in the same DLL
What happens to Offline Files when server crashes?
Email stay with retry status in the queue of Exchnage 2003.
how to see the login - history in win 2003 server
Using CSS to format inside of a table cell
How to figure out ssl authorization for lftp on Linux
Embedded quotes (") in CSV file
Next and Previous Buttons not working
HTML/Javascript
Can i deploy .net framework 3.5 sp1 using group policy?