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?
Try setting the DataTextField and DataValueField properties on your combo.