G
Guest
I am wondering what the best method of attaching custom Events to custom
WebUserControls are. I cannot seem to find the proper terminology to expand
my research.
Basicallly I have a custom user control that has 2 or 3 events
selectionChanged
DropDownOpened
I would like the user to be able to attach Server Side events for both. I
have the client side implementation worked out. I just need to find a proper
way to to get everything registered so that the output produces something
like
<div selectionChanged="__dopostback('contorolname', '');"
dropdownOpened="__dopostback('controlname', 'dropDownOepned????');">
.....</div>
Any help or pointers would be greatly appreciated. Thanks in Advance
WebUserControls are. I cannot seem to find the proper terminology to expand
my research.
Basicallly I have a custom user control that has 2 or 3 events
selectionChanged
DropDownOpened
I would like the user to be able to attach Server Side events for both. I
have the client side implementation worked out. I just need to find a proper
way to to get everything registered so that the output produces something
like
<div selectionChanged="__dopostback('contorolname', '');"
dropdownOpened="__dopostback('controlname', 'dropDownOepned????');">
.....</div>
Any help or pointers would be greatly appreciated. Thanks in Advance