databind combobox to xml file with typed dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to created a typed dataset for a xml flat file and bind that dataset
to a combobox. I was able to do this in VS.Net 2003 easy enough, but can't
get it to work in VS.Net 2005. I've come close, but can't seem to get the
right steps down to make this happen.

Thanks.
 
Phil,

In my opinion has you at least to tell what not is working.
There should not be any problem, however if you are not even able to make
the dataset than it will sure not be displayed in the combobox.

Cor
 
Hello Cor,

Well well well... Imagine my surprise when I Googled for ".net 2.0 +xsd
+generate dataset" this morning to try and find a better handle on my problem
after reading your post, and the first link was
http://www.hightechtalks.com/showthread.php?p=7302922#post7302922. Low and
behold the issue was "resolved" by none other than yourself in that post. :)

It seems I'm another victim of feature removal, as there is no menu driven
way to create typed datasets from xml files anymore. I'll try out your
suggestion for creating the dataset and outputting the xml file from code.

Once I have the typed dataset I should be able to bind it to the combobox (I
hope). If not, I'll post again.

Thanks for the help!
 
Back
Top