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
How can you implement the postback property of an asp.net control?
What is parse in asp.net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain managed code an un-managed code.
How can we access static variable?
Can you explain composite pattern?
What is cached data phone?
What is caching in asp.net?
Explain page output caching?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is viewstate? What does the “enableviewstate” property do?
What is the function of new view engine in asp.net? : asp.net mvc
Explain asp.net web forms.
What is active web pages?
Where is asp.net session stored?