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
How can we make sure that Web API returns JSON data only?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Is it right that ASP.NET Web API has replaced WCF?
Which method is used to perform all validation at the page level?
How will create assesblies at run time?
What is a proxy in web service?
Does google crawl redirects?
List all templates of the repeater control.
What’s the difference between response .redirect and server.transfer?
Explain the asp.net mvc request life cycle? : asp.net mvc
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Explain the use of resource manager class in .net.
What is a page life cycle? What are the events in a page life cycle?
What is jade template engine?
What’s difference between “optimistic” and “pessimistic” locking?