0

I have a webpage which is buit on regular ASP.NET and I am using Telerik ComboBox in my GridView. I want to show dynamic data in my ComboBox. How can I write the code to bind the RadComboBox at PageLoad event in asp.net with dynamic?

Konrad Gadzina
  • 3,407
  • 1
  • 18
  • 29
  • I am not sure if i am doing right since ia m very new to .net technologes .Here is what i have tried so far i have created a dynamic datatable and trying to inset data into combo box but i was struk on how to do it..thanks @ Konard – user2249768 Apr 15 '13 at 17:09

1 Answers1

0

There are multiple way of binding data to RadCombobox.

Here are the examples -

XML String Binding

Declarative DataSources

EntityDataSource

LinqDataSource

Win
  • 61,100
  • 13
  • 102
  • 181