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...