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 pathparam and queryparam?
Is asp.net a programming language?
What are the various ways to send content from one page to another?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Explain transparent caching with aop?
Why is mvc better than asp.net?
Which tool you have done?
How to find out what version of asp.net I am using on my machine?
What is different authentication mechanisms used in ASP.NET?
What is the difference between Hash table and Array list?
Explain what is clr?
What is viewstate in asp net with example?
What is redirecting behavior?
Explain the asp.net session state modes.
What methods are fired during the page load? Init()