Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
RadDropDownList1.Items.Add(ID + 1);
protected
void
Page_Load(
object
sender, EventArgs e)
{
DropDownListItem item =
new
DropDownListItem();
item.Text =
"Item1"
;
RadDropDownList1.Items.Add(item);
DropDownListItem item1 =
item1.Text =
"Item2"
RadDropDownList1.Items.Add(item1);
}