Can we use the java script code in .Net Code behind?
Answer Posted / raj
yes we can use java script code in .Net in code behind
suppose we have a validation on button click event based on id
button1
then
button1.attributes.add("OnClick",retun functionname);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are tuples?
What is the purpose of using MVC programming pattern in ASP.NET?
What are sessions used for?
Differentiate between a page theme and a global theme?
Explain the difference between singleton and single call?
What is caching? What are different ways of caching in asp.net?
Can we have 2 web config files?
Explain the difference between authentication and authorization.
How can we call webservices in Banking Applications? and where we are using it?
Which method is used to enforce garbage collection in .net?
What is the difference between client-side and server-side validations in ASP.NET?
How do you change the session time-out value?
What are triggers of an updatepanel?
What is the maximum amount of memory any single process on windows can address?
What is preprocessor in .net?