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 u refer webservices?
What is difference cookie and session?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Define web services in asp.net.
How to you can limit Access to Web API to Specific HTTP Verb?
Define page fragment caching?
How to disable validator control by client side JavaScript?
What is the difference between rest and restful?
What is asp.net and its advantages?
What is application variable in asp.net?
How you can manage the state of application at the server side in ASP.NET?
What is asp.net response object?
What is view state management in asp net?
Is there any property names “isnavigating”?
What does it mean your session has timed out?