What is the purpose of each of the validation controls
provided by ASP.NET?
Answer Posted / raghumadhav tirunagari
Users might ignore a required field.
They might type garbage instead of their email address
They might make a typographical error.
Web applications are susceptible to these types of problems
because they can't respond to the KeyPress event like you
can in Windows applications. ASP.NET solves these problems
by providing validation controls
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is intrinsic objects in asp.net?
What is directive in asp net?
Do cookies store passwords?
What is session in http request?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Define web.config in .net?
How long does an http session last?
How will create assesblies at run time?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the options in ASP.NET to maintain state?
What is slidemaster?
Is a dll file an executable?
What do you mean by marshalbyref?
What is the concepts of globalization and localization in .net?