Hi,
i'm adding a new checkbox list with list items.
Is it possible that each list item will be a LinkButton with is own eventHandler?
Note that i want to add the items on server side dynamically.
Thanks.
You cannot add LinkButton to CheckBoxList, it is not possible.
You can add a Repeater control and place a CheckBox and a LinkButton in it and populate it with database.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.