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
Define reflection in .net?
What is Pre-Render event in ASP.NET?
What is difference cookie and session?
Explain client-side scripting?
Define page fragment caching?
Describe a Windows Service and its lifecycle ?
How to rename a table using sql queries?
Can we create a multiple user simultaneously ?
Is asp.net mvc front end or backend? : Asp.Net MVC
In which event are the controls fully loaded?
Where the assembly is stored in asp.net?
What is ASLM?
What is the difference between union and structure?
What is sdlc process?
What is a postback ispostback and autopostback in asp net?