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
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
About CLR, reflection and assemblies?
Web API supports which protocol?
How to use ipostback?
What is a session government?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
To add a hyperlink column to the DataGrid which tag is used ?
Explain the asp.net mvc folder conventions? : asp.net mvc
Which class is used to send an email message from an ASP.NET Web page?
What is asp net_sessionid?
What is enableviewstate?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
How do I upload a file from my ASP.NET page?
How you can stop the validation of ASP.NET controls from client side?
What is true about application service provider?