RegisterClientScriptBlock is not calling the JavaScript function.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeelu
    New Member
    • Jan 2008
    • 1

    #1

    RegisterClientScriptBlock is not calling the JavaScript function.

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