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
230
Binding Data to a WebCombo
posted

I am new to the Infragistics and am having problems with the webcombo.  I try to add a datasource to my webcombo, but it gives me an error:

 Object not set to an instance of an object

 I know there is data in my dataset, but when I try to set the datasource, I get that error.

 Here is my code:

wcSearch.DataSource = dsCols

wcSearch.DataBind()

 

What am I doing wrong?