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
what are configuration files?
What are the contents of cookie?
How to display Alert in ASP.NET
Where is http session stored?
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
What is skin in asp.net?
What is masterpage?
What is a ashx file?
How about the security in Activex DLL and Activex EXE ?
Can you use c# without .net?
Explain how can we inherit a static member?
When you use Ajax controls in the ASP.NET application?
What is a postback ispostback and autopostback in asp net?
What does aspcompat="true" mean?
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