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 server infrastructure?
Explain the function of new view engine in asp.net? : asp.net mvc
How can you use a custom controls in ASP.NET application?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is loop in asp.net?
What are the 3 types of web?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are the Types of chaching. How to implement caching
What is GAC in ASP.NET 2.0
What is http session state?
What is the function of new view engine in asp.net? : asp.net mvc
How can we implement a identity (sql server) call in an asp.net page?
What are the different validators in asp.net?
Less than one page, how many windows will you be able to maintain?
Describe the Server Control Events of ASP.NET?