asp classic - how to display checkboxlist items as linkbutton in asp -


Check boxes display list items as a link button in asp. I want to check the selected items and click on the link button to get the relevant information.

You can use the repeater to achieve it, in the Repeater's inventory, a checkbox And use the linkbutton


Comments