can i call the java script to code behind file?if yes how?
Answer Posted / swapna
we can call a javascript function from code behind by using
ScriptManager.RegisterStartupScript(this, GetType(),
UniqueID, "alert('asdf');", true);
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is razor? : asp.net mvc
What is the difference between session and viewstate in asp.net?
What is voluum?
Is asp.net a programming language or framework?
Which protocol is used to call web service?
Why is global asax is used for?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is AutoPostback?
Which two new properties are added in asp.net 4.0 page class?
Explain the use of view state?
What is .net framework and what are the main components of it?
What are the new navigation controls in asp.net 2.0?
What are the Types of session management in ASP.NET
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?