ASP.NET function in Javascript.... how?

  • Thread starter Thread starter Ralph Krausse
  • Start date Start date
I am not sure what you are asking, but if you mean that you want to create a
client side javascript block from your codebehind file, then take a look at
the method Page.RegisterClientScriptBlock.

HTH, Jakob.
 
Back
Top