Hello, I tried to run your code using a databound combobox as the parameter in the DataSet result = this.getDataSet(fields);
and it compiled an ran without errors...So I'm not sure what the problem is...
I can give you one general tip, always set DisplayMember and ValueMember before you set DataSource
http://blogs.msdn.com/subh
Main Topics
Browse All Topics





by: harland_02Posted on 2006-03-27 at 20:57:57ID: 16307764
Have you tried renaming the column name? maybe the text is a reserved word.. just a thought..