Click here to Skip to main content
15,899,126 members
Home / Discussions / C#
   

C#

 
AnswerRe: Text file handling issue Pin
bobsugar22226-Jan-07 4:20
bobsugar22226-Jan-07 4:20 
GeneralAbout the pre tag Pin
Guffa26-Jan-07 8:31
Guffa26-Jan-07 8:31 
GeneralRe: About the pre tag Pin
bobsugar22226-Jan-07 8:59
bobsugar22226-Jan-07 8:59 
GeneralRe: Text file handling issue Pin
Andrew Em28-Jan-07 20:24
Andrew Em28-Jan-07 20:24 
Questionexcel in C# Pin
barak16048726-Jan-07 3:02
barak16048726-Jan-07 3:02 
AnswerRe: excel in C# Pin
Dustin Metzgar26-Jan-07 4:50
Dustin Metzgar26-Jan-07 4:50 
QuestionNeed help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 2:31
csharpguyfromde26-Jan-07 2:31 
AnswerRe: Need help in creating an XML file from a Dataset using a schema file Pin
bobsugar22226-Jan-07 3:12
bobsugar22226-Jan-07 3:12 
Unfortunately, The DataTable.WriteXml method uses the schema of the current DataTable object.

I would probably approach this by creating my own serializable class that you can feed the DataTable in to the constructor as a parameter. Depending on how OO I want to be I may add an XmlSchema object as an overload. You'd then have to do all the parsing of the DataTable to your schema manually.
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 3:16
csharpguyfromde26-Jan-07 3:16 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file [modified] Pin
bobsugar22226-Jan-07 3:41
bobsugar22226-Jan-07 3:41 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
Abisodun26-Jan-07 4:42
Abisodun26-Jan-07 4:42 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 5:35
csharpguyfromde26-Jan-07 5:35 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
Abisodun26-Jan-07 8:13
Abisodun26-Jan-07 8:13 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 8:37
csharpguyfromde26-Jan-07 8:37 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
Abisodun26-Jan-07 9:12
Abisodun26-Jan-07 9:12 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
bobsugar22226-Jan-07 8:32
bobsugar22226-Jan-07 8:32 
GeneralRe: Need help in creating an XML file from a Dataset using a schema file Pin
csharpguyfromde26-Jan-07 8:35
csharpguyfromde26-Jan-07 8:35 
QuestionAbstract List Pin
jan v p26-Jan-07 2:26
jan v p26-Jan-07 2:26 
AnswerRe: Abstract List Pin
Pete O'Hanlon26-Jan-07 2:40
mvePete O'Hanlon26-Jan-07 2:40 
QuestionXML Fragment Serialization [modified] Pin
Tristan Rhodes26-Jan-07 2:01
Tristan Rhodes26-Jan-07 2:01 
AnswerRe: XML Fragment Serialization Pin
Dustin Metzgar26-Jan-07 4:42
Dustin Metzgar26-Jan-07 4:42 
GeneralRe: XML Fragment Serialization Pin
Tristan Rhodes26-Jan-07 6:08
Tristan Rhodes26-Jan-07 6:08 
GeneralRe: XML Fragment Serialization Pin
Dustin Metzgar26-Jan-07 8:04
Dustin Metzgar26-Jan-07 8:04 
GeneralRe: XML Fragment Serialization Pin
Dustin Metzgar26-Jan-07 10:40
Dustin Metzgar26-Jan-07 10:40 
QuestionDelete a row from Datagrid Pin
Bobb198226-Jan-07 1:29
Bobb198226-Jan-07 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.