Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
動的なスレッドASP.netラジオボタンリストを作成するための最良の方法は何ですか?私はそれほど精通してRadioButtonListsおらず、ASP.netはの個々のスタイルの適用を好まないことを理解していますListItems。
RadioButtonLists
ListItems
RadioButtonListでは、コントロールを使用してみませんReapeatDirection="Horizontal"か?
RadioButtonList
ReapeatDirection="Horizontal"
階層のようにタブ形式でスレッド化されていますか?この種の機能を探している場合は、カスタムコントロールを作成する必要があります。箱から出してすぐに利用できるわけではありません。残念ながら、リストコントロールは、箱から出して拡張するのに最適ではありません。