Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: Another image problem Pin
Mazdak10-Jul-03 6:12
Mazdak10-Jul-03 6:12 
QuestionSystem.Configuration.ConfigXmlWhitespace? Pin
CBoland9-Jul-03 5:14
CBoland9-Jul-03 5:14 
GeneralMultiimage in one tiff file Pin
Mazdak9-Jul-03 4:27
Mazdak9-Jul-03 4:27 
GeneralMultiple-frame TIFF file Pin
Valeria Bogdevich9-Jul-03 4:48
Valeria Bogdevich9-Jul-03 4:48 
GeneralRe: Multiple-frame TIFF file Pin
Mazdak9-Jul-03 6:45
Mazdak9-Jul-03 6:45 
GeneralWrong characters on printing results Pin
jpeg9-Jul-03 4:15
jpeg9-Jul-03 4:15 
Generalsaving a datagrid Pin
Cristian_Dior8-Jul-03 20:57
Cristian_Dior8-Jul-03 20:57 
GeneralRe: saving a datagrid Pin
perlmunger9-Jul-03 7:21
perlmunger9-Jul-03 7:21 
This is really a rudimentary task done by first-year computer science students. This type of question usually indicates that the person asking doesn't really want to do the work to find the answer. Here's a hint for you--the answer is readily available. Just search the MSDN library for System.IO and related classes for writing to text files. Just iterate through your collection of objects found in the data grid and write them out to a text file separating each field with a comma or tab. It's very simple.

Best Regards.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralRe: saving a datagrid Pin
Cristian_Dior13-Jul-03 20:37
Cristian_Dior13-Jul-03 20:37 
Generalint.ToString() format problem Pin
zecodela8-Jul-03 17:01
zecodela8-Jul-03 17:01 
GeneralRe: int.ToString() format problem Pin
Kastro8-Jul-03 17:51
Kastro8-Jul-03 17:51 
GeneralUserControl rotation Pin
meschian8-Jul-03 12:34
meschian8-Jul-03 12:34 
GeneralRe: UserControl rotation Pin
J. Dunlap8-Jul-03 12:37
J. Dunlap8-Jul-03 12:37 
GeneralImage rotation ?? Pin
azusakt8-Jul-03 23:22
azusakt8-Jul-03 23:22 
GeneralRe: Image rotation Pin
Valeria Bogdevich9-Jul-03 0:08
Valeria Bogdevich9-Jul-03 0:08 
GeneralRe: Image rotation Pin
azusakt9-Jul-03 15:35
azusakt9-Jul-03 15:35 
GeneralRe: Image rotation Pin
Valeria Bogdevich9-Jul-03 20:03
Valeria Bogdevich9-Jul-03 20:03 
GeneralUser Control Property Pin
Tym!8-Jul-03 11:08
Tym!8-Jul-03 11:08 
Generaltransparent user control issue Pin
SimonS8-Jul-03 10:43
SimonS8-Jul-03 10:43 
GeneralSerialization Question Pin
monrobot138-Jul-03 10:01
monrobot138-Jul-03 10:01 
GeneralRe: Serialization Question Pin
Kastro8-Jul-03 17:37
Kastro8-Jul-03 17:37 
GeneralRe: Serialization Question Pin
monrobot139-Jul-03 2:44
monrobot139-Jul-03 2:44 
GeneralStackOverflowException Pin
zuhx8-Jul-03 9:55
zuhx8-Jul-03 9:55 
GeneralRe: StackOverflowException Pin
Andy Smith8-Jul-03 10:19
Andy Smith8-Jul-03 10:19 
GeneralRe: StackOverflowException Pin
leppie8-Jul-03 13:38
leppie8-Jul-03 13:38 

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.