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
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What do you mean by serialize and marshalbyref?
What is the page life cycle in asp.net?
How does windows service lifecycle differ from a .standard. Exe?
How will you do Redo and Undo in a TextControl?
Why we use asp.net for website development?
Which is faster viewdata or viewbag?
What is mta?
Difference between using directive vs using statement?
Can you clarified A Web service can only be written in .NET or not?
Can you set the session out time manually?
What is the main difference between Asp.net and Vb.net?
Explain security types in asp.net?
What is http response header?
What is parse in asp.net?