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 the difference between ASP.NET Webforms and ASP.NET MVC?
What is Model-View-View Model?
What is difference between datalist and gridview?
Explain the difference between or and orelse?
How will you maintain versioning in asp.net 2.0?
Define authentication and authorization.
What is datagrid asp.net?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the advantages of using Master Pages?
What is clickid?
What is the difference between login controls and forms authentication?
What are Caching techniques in .NET
Is asp.net a language?
What is tracing? Where is it used?
Define static function?