A
Alexander Widera
hi,
how can i register a clientscriptblock in the page where my customwebcontrol
has been placed?
i tried
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "myscript",
script, true);
placed in the
protected override void Render(HtmlTextWriter writer)
Method.
But it doesn't work.
Thanks for help.
how can i register a clientscriptblock in the page where my customwebcontrol
has been placed?
i tried
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "myscript",
script, true);
placed in the
protected override void Render(HtmlTextWriter writer)
Method.
But it doesn't work.
Thanks for help.