I have a sql table which contains the details of controls used in the application. Now I want to create a xml file for the data in the same table based on the ControlType in the table. I need to get different tags and subtags for controls based on the control type. How do i go about it?
Software/Hardware used:
ASKED:
December 24, 2008 5:40 AM
UPDATED:
December 26, 2008 1:49 AM
Can you provide a snipit of your table, and what the XML should be looking like?