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
What is meant by server side scripting?
What's the ASP.Net Application life cycle?
What kind of data can be stored in viewstate?
What is authentication in asp.net?
Describe a bubbled event and how it is used ?
Define a multilingual website?
What is an assembly? Explain its parts.
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
what is a .xap file? Explain with an example.
Explain an object, class and method.
How do you remove duplicates without using remove duplicate stage?
How do I use a proxy server when invoking a web service?
What are the three parts of an http response?
How can I create master page in asp net?
What is the difference between pathparam and queryparam?