Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
WebCombo and LinQDataSource - a bug ?
posted

Hi all !

I have connected a WebCombo to a LinQDataSource, which is connected to LinQ data context of Microsofts Northwind database. At design time no columns will be displayed for the WebCombo and no data content will be displayed at runtime in the combo.

You can reproduce by doing the following steps:

1. Drag & drop an LinQDataSource to the asp page. Connect the LinQDataSource to the products table of the created Northwind data context.

2. Drag & drop an WebCombo to the asp page. Connect the WebCombo to the LinQDataSource ( http://s3b.directupload.net/file/d/1577/n2iyw6gu_jpg.htm )

3. Run the page and see the result: http://s6b.directupload.net/file/d/1577/djw2euu8_jpg.htm

No product data will be displayed. I run this example also with a normal drop down list which displayed the products data correctly.

Regards,

Claus