Saturday, March 24, 2007 12:41 PM
Seriously...its 2007...if I try to set an item in a radio button list to selected through the "FindByText" feature...
i.e.
rblSomeList.Items.FindByText("DonaldBelchamLovesTreets").Selected = true;
..., if the text isn't found why doesn't the list's default behavior just ignore the selection attempt?!
Hmm...<remembering to that label incident...>
D