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.
クライアント側でRedListboxの項目数を確認したい。
これどうやってするの?
ありがとう。
クライアント側で次のコードを使用して自分自身を解決しました。
var list = $find("<%= listbox_InitialSelected.ClientID %>"); var count = list.get_items().get_count();