G
Greg Park
I have many user controls loading into a web page using
Page.LoadControl
However, I'm unable to figure out how to raise an event
when a button is click or a check box is checked. I can
have upto a hundred user controls on a single page and
AutoPostBack isn't an option.
I have no problem with raising events when an user control
is dropped on the aspx page.
Raising events is my ONLY option.
Page.LoadControl
However, I'm unable to figure out how to raise an event
when a button is click or a check box is checked. I can
have upto a hundred user controls on a single page and
AutoPostBack isn't an option.
I have no problem with raising events when an user control
is dropped on the aspx page.
Raising events is my ONLY option.