CompositeDataBoundControl - databound values overwritten before event is fired due to DummyDataSourc
- by Vidar Langberget
I have a custom servercontrol that inherits from CompositeDataBoundControl. I have three templates: one header template, one footer template and one item template. The item template can contain a checkbox that I use to decide if I should delete the item.
In the footer and/or header templates I have a button with a CommandName of "DeleteItem".…