M
Mark Olbert
I've written a custom control that relies heavily on LinkButton
controls.
LinkButton controls don't behave properly under Netscape, but there's
a simple patch/fix that involves registering some javascript code onto
any page that uses LinkButtons.
I'd like to design the custom control itself to register that
javascript code, but the only way I know how to register javascript
code require a valid Page reference...and I can't seem to find what
method or event gets called in the framework at a point where the Page
is valid (i.e., not null).
Can anyone advise me on whether it's possible for a control to
"self-register" code on a page? I must be missing something obvious...
- Mark
controls.
LinkButton controls don't behave properly under Netscape, but there's
a simple patch/fix that involves registering some javascript code onto
any page that uses LinkButtons.
I'd like to design the custom control itself to register that
javascript code, but the only way I know how to register javascript
code require a valid Page reference...and I can't seem to find what
method or event gets called in the framework at a point where the Page
is valid (i.e., not null).
Can anyone advise me on whether it's possible for a control to
"self-register" code on a page? I must be missing something obvious...
- Mark