which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl
Answer Posted / siva vardhan
JavaScript is used mostly in all .NET applications for
client side validations
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is server transfer?
In a Repeater control how one can provide an alternating color scheme ?
What is the life-span of the items in the viewstate?
What is routing in MVC?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
what are the Custom controls in asp.net?
Give 2 examples for scenarios when routing is not applied?
What is .net remoting?
Explain repository pattern in asp.net mvc? : asp.net mvc
Why is global asax is used?
Difference between Response.redirect vs server.transfer?
Can we use a static function with a non-static variable?
Distinguish between Server-side and Client-side code with its functionality?
Define static constructor?
How can we update records in gridview?Is there any appropriate code for it?