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 is ispostback method in asp.net?
How response object is related to asp's response object?
How to Insert/Add in ASPXgridview
What is a web api? Which protocol is used in a web api?
How is mvc different from asp.net? : Asp.Net MVC
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Difference between .NET and previous version?
Is asp.net mvc front end or backend? : Asp.Net MVC
Which is the parent class of the ASP.NET server control?
What permissions do asp.net applications posses by default?
Can one dll file contains the compiled code of more than one .net language?
Explain global assembly cache.
Can we override the enablepartialrendering property of the scriptmanager class?
Which is better session or viewstate?
Name the namespace which is used by ado.net?