Is there any way to add an event handler to control you are building declaratively after the page load?
I am trying to build some controls declaratively based upon some filters and these controls need a handler attaching to them (i.e. AddHandler Accordian1.Clic k, AddressOf doSomething).
The trouble is the filters will not be read until after the page load because they get read on a buttons click event which occours after the page load.
If that makes any sense?
I am trying to build some controls declaratively based upon some filters and these controls need a handler attaching to them (i.e. AddHandler Accordian1.Clic k, AddressOf doSomething).
The trouble is the filters will not be read until after the page load because they get read on a buttons click event which occours after the page load.
If that makes any sense?