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
tanks for AnswerBut if we define the shape of<telerik:RadComboBox ID="RadComboBox1" runat="server"> <Items> <telerik:RadComboBoxItem Text="30002502610747" Value="3" /> <telerik:RadComboBoxItem Text="30008500000002" Value="3" /> </Items> </telerik:RadComboBox>When the second option is selected.Then select the command again with the first option returnsstring str = RadComboBox1.SelectedItem.Text;
<telerik:RadComboBox ID="RadComboBox1" runat="server"> <Items> <telerik:RadComboBoxItem Text="30002502610747" Value="3" /> <telerik:RadComboBoxItem Text="30008500000002" Value="3" /> </Items> </telerik:RadComboBox>When the second option is selected.Then select the command again with the first option returnsstring str = RadComboBox1.SelectedItem.Text;
string str = RadComboBox1.SelectedItem.Text;