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


Please Help Members By Posting Answers For Below Questions

what are configuration files?

735


What are the contents of cookie?

797


How to display Alert in ASP.NET

831


Where is http session stored?

670


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

1862


What is skin in asp.net?

684


What is masterpage?

708


What is a ashx file?

753


How about the security in Activex DLL and Activex EXE ?

2014


Can you use c# without .net?

737


Explain how can we inherit a static member?

710


When you use Ajax controls in the ASP.NET application?

776


What is a postback ispostback and autopostback in asp net?

663


What does aspcompat="true" mean?

754


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

720