1
Answer

Validation in C#

hello;

i want to apply validation on my email id, name,phone no, address, gender. the scenario is, i will give input . this input must be match from the format of regular expression. if this input is match then my textbox or elements of dropdown list should be "green" otherwise both are "red" in unmatch . i am also sending my code of email id n name

Attachment: validation code.rar

Answers (1)
0
Robert Loper
NA 3 1.2k 13y
I Have been considering the problem with editing text and drawing editable graphics to an Image. I believe the approach I am going to take is to implement a layer drawing system, I just need to work out the transparency implementation, I know transparancy doesn't truly exist, even at the system level. but I believe it can be faked well. then I know I can save my layered image as a composite. Does this all sound like a good approach??? please any help???