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
Explain client side state management system.
What is the difference between page-level caching and fragment caching?
What are standard controls?
How to use a Master Database in Asp.net?
When does a session actually start?
What are the events that happen when a client requests an asp.net page from iis server?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Is web config mandatory?
What is ispostback property?
What are the layouts of ASP.NET Pages?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is asp.net introduction?
Which dll handles the request of .aspx page?
Explain some of the major built-in objects in asp.net