Hello,
I am trying to call a javscript function from c#. But it is not getting called. The error comes up saying funtionname is not defined even though it is defined and visible in page source.
i have used Response.Write( "<script language='javas cript'>function name();</script>");
and page.registercl ientscriptblock but both have the same problem.
Any help is appreciated.
I am trying to call a javscript function from c#. But it is not getting called. The error comes up saying funtionname is not defined even though it is defined and visible in page source.
i have used Response.Write( "<script language='javas cript'>function name();</script>");
and page.registercl ientscriptblock but both have the same problem.
Any help is appreciated.
Comment