CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of listitem
C#
// Select all
ItemList.Items.Cast<ListItem>().All(a => a.Selected = true);
 
// Select correct value in Dropdownlist
dropDownList.SelectedIndex =
    dropDownList.Items.IndexOf(
        dropDownList.Items.FindByValue(BusinessCollection.ID.ToString()));
        
radioButtonList.SelectedIndex =
    radioButtonList.Items.IndexOf(
by Arjan   March 24, 2010 @ 12:48pm
219 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate