Client and Serverside Script

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to call javascript function from code behind page? If yes, how
to do that ??
 
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.
 
Back
Top