Related resources for Writing Table into XML file in Expression Blend
  • Writing Table into XML and dynamically adding items to Listbox in Expression Blend12/27/2011 2:13:04 AM. In this article you will learn how to add the data to database (SQL server2008) and then write the database into the XML file and then binding data from this XML file into the listbox dynamically i.e. at the runtime. Here I have done this through a simple application in which the Employee record is fed by the user and this record is automatically added to the listbox.