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
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Describe the method to create a permanent cookie?
How can we pass info between 2 asp.net pages?
What is asp.net file?
What is asp.net localization?
How you can manage the state of application at the server side in ASP.NET?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is http post and http get?
Explain About WebService
What are the cookies types in asp.net?
What is AutoPostback?
Can we have multiple web config files for an asp.net application?
What is semantic gap?
What is the difference between ASP Session State and ASP.Net Session State?