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
Where is http session stored?
How many types of cookies are there in asp.net?
What are the file extensions for razor views?
What is the difference between asp.net and mvc?
How many types cache in asp net?
Why does my asp.net file have multiple tag with runat=server?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What does asax stand for?
Explain the main differences between asp and asp.net?
Where code pages are used?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is ispostback property?
What is user control in asp.net?
What is data cache in sql server?
How is session id generated?