ListBox lstBox = new ListBox();
ListBox lstBox = new ListBox();
ListItem item = new ListItem();
item.Value = "1";
item.Attributes.Add("Title", "Item1 - Test");
item.Text = "Item1";
lstBox.Items.Add(item);
Friday, June 13, 2008
Subscribe to:
Post Comments (Atom)
1 comments:
this doesn't work in ie6 so you know.
Post a Comment