1
Reply

value validation

sachi vasishta

sachi vasishta

Apr 8 2009 9:21 AM
1.7k

Hi,

I have a winform that contains the following

4 textboxes and a button.

a)first name b)ssn c)lastname d)city e)zip

 here if  the user doesnot enter the values for first name and/or last name then it should give a message saying please enter the first name and/or last name . And the zip field's value is 5 characters so if the user enters lessthan or morethan 5 characters then again it should give a message saying zip values is too short or too long.

 

 


Answers (1)