G
Guest
Hello all
I build a javascript function string in the code behind and register it in
the Page_Load of my User Control. I do this because I build the javascript
based on some variables that are passed to this user control.
How do I (or from where do I) call this function?
I tried several ways like:
this.Attributes.Add("onLoad", "javascript
penDoc();");
in the page_load / page_prerender etc...
any ideas appreciated.
I build a javascript function string in the code behind and register it in
the Page_Load of my User Control. I do this because I build the javascript
based on some variables that are passed to this user control.
How do I (or from where do I) call this function?
I tried several ways like:
this.Attributes.Add("onLoad", "javascript

in the page_load / page_prerender etc...
any ideas appreciated.