ListBox Extension Method for Get and Set Selected Values(objectreference.net)
submitted by
Vort3X(1335) 3 years, 6 months ago
ASP.Net ListBox control allows two types of selection mode: single and multiple. Working in single selection mode is similar to working with DropDown list control. Use ListBox.SelectedValue to get the value that was selected by a user. In order to set a selection SelectedIndex property can be used or Selected property of a particular item should be set to true.
|category: C#
|Views: 47
tags:
C# another
Everyones tags:
Your Tags: