pagego Posted April 4, 2003 Posted April 4, 2003 Could someone please help me to save the data from a flexgrid to a file. I would prefer to save to a file like a HTML file. I don't have a compatable database program, and I want to stay away from saving to programs like Microsoft Word and Excel because that would require a user to have that program. Please only reply if you know how to help. Thank you in advance. Quote
*Experts* Nerseus Posted April 4, 2003 *Experts* Posted April 4, 2003 Assuming you're bound to a DataSet, use the DataSet's WriteXml method. You can read it back in with ReadXml. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.