XML Databinding

A

Aaron

I have researched extensively and have found no sources which can give
me straight answers on how to do anything with XML and databinding
whatsoever. What I need to do is simple and straight-forward but as
simple as it is there is nothing out there on this subject matter that
just answers the questions.

I have a form with a combobox and a textbox. I need the combobox
populated from an XML file I have with two fields in...the data for
the combobox is from the first field. When the user selects an item
from the combobox the textbox will show the second field in the XML
file associated with that combobox selection.

I also need to know how to add a new item to the combobox thus
refreshing both the combobox and the text box and showing the new
added item in the combobox and the empty field now in the textbox.
Also the option to delete from the XML file while refreshing
everything is also needed. Can someone please provide a simple source
of information to learn how to do this, or source code, or anything
that will help me figure all of this out?

Thanks much
 
A

Aaron

Alex, I wasn't able to use the XmlDataBinder.cs file even after changing the
namespace to my project's namespace. What do I have to do to get this to
work in my project?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top