i have a register form & in that form i have a 2 textboxes
for entering name&age.my doubt is that how can i provide
error message like "invalid entry" when user enter a
invalid name/age(eg:user enter name as #%%%##daff,and age
as 1000.)in that textboxes.I want code.
Answer Posted / satheshkumar
name textbox should follow the reqularexpersion valitator and age textbox should follow the range validator
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between an exe and a dll?
What does asp stand for in asp.net?
Which method is used to perform all validation at the page level?
Is sql backend or frontend?
Explain difference between friend and protected friend?
Define satellite assemblies.
Can asp.net work on an nt server?
How to implement Authentication and Authorization?
Define the types of configuration files.
What are sql joins?
Describe how ASP.NET maintains process isolation for each Web application?
Why session is used in asp.net?
What are the different types of Caching techniques in ASP.NET?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
how to transfer the file from client to server using asp.net