Hi,
I'm using 3 text box controls in asp.net.
I want to validate the each text input to this control.
I want to give only following characters for 3 text boxes
text box 1 = (/\|"
text box 2 = .,:;
text box 3 "|/\)
How to validate this?
Which validateion control Do i have to use?
how to create validatation expressions for this?
Do you know tool or website to create validation expressios for any characters?
Thanks
Niluka
I'm using 3 text box controls in asp.net.
I want to validate the each text input to this control.
I want to give only following characters for 3 text boxes
text box 1 = (/\|"
text box 2 = .,:;
text box 3 "|/\)
How to validate this?
Which validateion control Do i have to use?
how to create validatation expressions for this?
Do you know tool or website to create validation expressios for any characters?
Thanks
Niluka
Comment