Explain how server control validation controls works?
Answer Posted / swapna
To perform server side validation we have an event
called ?ServerValidate?.
Syntax:
ValidationControlName_ServerValidate(s, args)
{
?..//Logic
}
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to find last error which occurred in Asp.net ?
Write a code for sending an email from asp.net application.
What is app_code folder in asp net?
What is DataGrid wheater its a Server Control or something else ?
Can we create a multiple user simultaneously ?
What does the hotspot class in .net do?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are early binding and late binding.
Explain security types in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Apart from IDE what are the enhancements in asp.net 2.0?
What are the layouts of ASP.NET Pages?
What are the difference between function and stored procedure in .net programming language?
What is xaml? Are xaml file compiled or built on runtime?