HI
I am facing the following the problem please resolve it as early as possible.
I have written one javascript function in aspx page and I am calling this function by using the following code.
Page.ClientScri pt.RegisterClie ntScriptBlock(t his.GetType()," Function","<scr ipt>function_Na me();</script>);
I am not getting any error during compilation. But This function is not firing .
Can Any one explains me why it is so and How I can modify my code.
Thanks in Advance.
I am facing the following the problem please resolve it as early as possible.
I have written one javascript function in aspx page and I am calling this function by using the following code.
Page.ClientScri pt.RegisterClie ntScriptBlock(t his.GetType()," Function","<scr ipt>function_Na me();</script>);
I am not getting any error during compilation. But This function is not firing .
Can Any one explains me why it is so and How I can modify my code.
Thanks in Advance.