Is it possible to call javascript function from code behind page? If yes, how
to do that ??

Signature
Regards,
Prashant C
Rotsey - 10 Aug 2007 07:11 GMT
Only when the response gets back to the client of course
What you can do is in code behind call Page.RegisterStartupScript
passiing either the function you want to call or the code
you want to run when the page loads.
> Is it possible to call javascript function from code behind page? If yes,
> how
> to do that ??
Eliyahu Goldin - 10 Aug 2007 07:46 GMT
This may help you:
How to Pass Messages and Actions between Server and Client
http://usableasp.net/DeveloperPage.aspx?page=Articles/HowTo/HowToPassMessagesBet
weenServerAndClient.htm

Signature
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
> Is it possible to call javascript function from code behind page? If yes, how
> to do that ??