how to add javascript function dynamically
-
how to add javascript function dynamically?? any special methods available.. Karthick.N
-
how to add javascript function dynamically?? any special methods available.. Karthick.N
RegisterClientScriptBlock is what you want.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
how to add javascript function dynamically?? any special methods available.. Karthick.N
-
how to add javascript function dynamically?? any special methods available.. Karthick.N
karthick.n.mca wrote:
how to add javascript function dynamically?? any special methods available..
In ASP.NET 1.1
ServerControl.Attributes.Add Page.RegisterStartupScript Page.RegisterClientScriptBlock
In ASP.NET 2.0ServerControl.onClientClick ClientScript.RegisterStartupScript ClientScript.RegisterClientScriptInclude
Regards
J O H N :rose:
"Even eagles need a push." David McNally