views:

43

answers:

1

how to display checkboxlist items as linkbutton in asp. I want it so that i can check selected items and click on correponding link button to get related information.

A: 

You can use a repeater to achieve this. In the itemtemplate of the repeater, use a checkbox and Linkbutton

Midhat

related questions