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
Can you explain how ASP.NET application life cycle and page life cycle events fire?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Difference between web user control and web custom control?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is asp.net? How is it different from asp?
What is custom events? How to create it?
Define caching.
What are the disadvantages of asp.net?
What is difference between asp state management and asp.net state management?
What is the postback property in asp.net?
How is mvc different from asp.net? : Asp.Net MVC
Explain the use of resource manager class in .net.
What is the use of express session?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are the session variables?