Sunday, March 11, 2012

DropDownExtender

Hi Vasu,

As far as I know, DropDownExtender is not like DropDownList that you can specify its DataSourceID property and then bind its datasource to the control.

What we can do with DropDownExtender is put a data control inside the Panel which is associated with the DropDownExtender. For example, GridView. Then bind datasouce to the newly added data control.

Best regards,

Jonathan

No comments:

Post a Comment