0

ASPでチェックボックスリストの項目をリンクボタンとして表示する方法. 選択した項目を確認し、対応するリンク ボタンをクリックして関連情報を取得できるようにしたい。

4

1 に答える 1

0

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

于 2010-05-18T06:11:05.250 に答える