Insert Item into DropDown List with Value

Filed Under (ASP.NET, C#) by admin on 13-01-2009

ddEvents.Items.Insert(0, (new ListItem("Select Event...", "0")));

Leave a Reply