Hello Team Members,

I am very new to Ext.Net and just starting by trying some proof of concepts. I am an asp.net developer, hence when working on ext.net i am searching for some control properties that we have in asp.net, but without any doubt i know both are different programming models.

In this POC, i am using a DropDownField, and i have a datasource that contains one table with data OR i also have a List of Entity containing data that i want to bind to the DropDownField Control. In asp.net, we have a DataSource Property to which we can bind the data and the control shows the values.

Can someone please tell me how can i bind my available datasources to the ext.net DropDownField control. As i am very new, i obviously dont have any examples that i can show. But i have just dropped the DropDownField control on my aspx page and trying to figure out how would i achieve this.

I have downloaded the latest version of Ext.Net - 3.5 and installed the control library to my Visual Studio 2010 Professional Edition.

Please help!

thansks.