Click here to Skip to main content
15,894,017 members
Home / Discussions / C#
   

C#

 
GeneralRe: embedding office functionality into application Pin
Heath Stewart22-Sep-04 7:33
protectorHeath Stewart22-Sep-04 7:33 
GeneralTcpClient SockException - Can't Connect Pin
afinnell22-Sep-04 5:39
afinnell22-Sep-04 5:39 
GeneralRe: TcpClient SockException - Can't Connect Pin
Heath Stewart22-Sep-04 7:18
protectorHeath Stewart22-Sep-04 7:18 
GeneralRe: Threading Puzzles. Pin
Hugo Hallman22-Sep-04 3:49
Hugo Hallman22-Sep-04 3:49 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:44
stan2822-Sep-04 4:44 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:53
stan2822-Sep-04 4:53 
Generalsql Pin
cmarmr22-Sep-04 3:42
cmarmr22-Sep-04 3:42 
GeneralRe: sql Pin
exhaulted22-Sep-04 6:24
exhaulted22-Sep-04 6:24 
You can itterate through each row in each table and use the
ItemArray.GetValue

i.e.
Int32 myInt = (Int)myDataSet.Tables[0].Rows[0].ItemArray[0];

But you need to know what data types you are getting from each cell to be able to cast them.

There may be a better way but this is how i have done it in the past.



Kev
GeneralWeb Browser Control Pin
Asif Rehman22-Sep-04 3:09
Asif Rehman22-Sep-04 3:09 
GeneralRe: Web Browser Control Pin
Heath Stewart22-Sep-04 9:07
protectorHeath Stewart22-Sep-04 9:07 
Generalkeep popup completely visible Pin
ddelapasse22-Sep-04 2:12
ddelapasse22-Sep-04 2:12 
GeneralRe: keep popup completely visible Pin
Heath Stewart22-Sep-04 9:18
protectorHeath Stewart22-Sep-04 9:18 
GeneralRe: keep popup completely visible Pin
ddelapasse23-Sep-04 1:25
ddelapasse23-Sep-04 1:25 
GeneralUsing DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 1:44
MarkMokris22-Sep-04 1:44 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 1:52
exhaulted22-Sep-04 1:52 
GeneralRe: Using DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 2:20
MarkMokris22-Sep-04 2:20 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 3:04
exhaulted22-Sep-04 3:04 
GeneralScrollbar movement Notification: Pin
Sudhakar Pasupunuri22-Sep-04 0:45
Sudhakar Pasupunuri22-Sep-04 0:45 
GeneralRe: Scrollbar movement Notification: Pin
Heath Stewart22-Sep-04 9:38
protectorHeath Stewart22-Sep-04 9:38 
GeneralProcessStartInfo Pin
exhaulted22-Sep-04 0:34
exhaulted22-Sep-04 0:34 
GeneralRe: ProcessStartInfo Pin
Heath Stewart22-Sep-04 7:27
protectorHeath Stewart22-Sep-04 7:27 
GeneralRe: ProcessStartInfo Pin
exhaulted22-Sep-04 22:33
exhaulted22-Sep-04 22:33 
QuestionHow to remember selection of user after program is closed? Dynamic properties? Pin
mitreviper22-Sep-04 0:34
mitreviper22-Sep-04 0:34 
AnswerRe: How to remember selection of user after program is closed? Dynamic properties? Pin
exhaulted22-Sep-04 0:43
exhaulted22-Sep-04 0:43 
AnswerRe: How to remember selection of user after program is closed? Dynamic properties? Pin
Philip Fitzsimons22-Sep-04 3:06
Philip Fitzsimons22-Sep-04 3:06 

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.