G Guest Aug 10, 2007 #1 Is it possible to call javascript function from code behind page? If yes, how to do that ??
R Rotsey Aug 10, 2007 #2 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.
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.
E Eliyahu Goldin Aug 10, 2007 #3 This may help you: How to Pass Messages and Actions between Server and Client http://usableasp.net/DeveloperPage....o/HowToPassMessagesBetweenServerAndClient.htm
This may help you: How to Pass Messages and Actions between Server and Client http://usableasp.net/DeveloperPage....o/HowToPassMessagesBetweenServerAndClient.htm