My issue is adding to RadCombobox years: The first Year in the RadCombobox starts from 1955 and it incerments by 1 till the current year. Means Combobox value will hold the value like: 1955,1956,1957,,,,,,2014 Next year it will incermented by 1 automatically. How can I do it???
telerik:RadComboBox ID="rcbYear" runat="server" EmptyMessage="Select Year" Enabled="True" Width="172px" AutoPostBack="false"></telerik:RadComboBox>