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
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the mvc model?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How can u deifne the benefits and limitation of using Viewstate for state management?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is Bundling and Minification in MVC?
What is the difference between custom controls and user controls?
What is the significance of finalize method in .net?
What are Authentication and Authorization?
How is session id generated?
Describe paging in asp.net?
What are the different types of sessions in asp.net? Name them?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What does the .webpart file do?
What is the use of service provider?