Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
Questioninserting data into a label Pin
lourensG27-Aug-07 1:10
lourensG27-Aug-07 1:10 
AnswerRe: inserting data into a label Pin
Christian Graus27-Aug-07 1:34
protectorChristian Graus27-Aug-07 1:34 
GeneralRe: inserting data into a label Pin
lourensG27-Aug-07 1:43
lourensG27-Aug-07 1:43 
GeneralRe: inserting data into a label Pin
Christian Graus27-Aug-07 1:51
protectorChristian Graus27-Aug-07 1:51 
GeneralRe: inserting data into a label Pin
Justin Perez27-Aug-07 2:14
Justin Perez27-Aug-07 2:14 
AnswerRe: inserting data into a label Pin
mihirhp27-Aug-07 2:17
mihirhp27-Aug-07 2:17 
GeneralRe: inserting data into a label Pin
lourensG27-Aug-07 2:27
lourensG27-Aug-07 2:27 
GeneralRe: inserting data into a label Pin
Justin Perez27-Aug-07 2:42
Justin Perez27-Aug-07 2:42 
lourensG wrote:
thanks that works perfectly but how does Rows[0][0] work


Rows is the collection of all rows in your datatable. The first [0] is the row specifier. So lets say you have

Justin Perez
Lourens G
Titus Perez

Rows[0] Will return the first Row, containing Justin Perez. The second specifier is for which column you would like to retrieve. So Rows[0][1] Will return Perez. First row, Second column.



I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")

QuestionMessaging between objects? Pin
MeLight27-Aug-07 0:57
MeLight27-Aug-07 0:57 
AnswerRe: Messaging between objects? Pin
Colin Angus Mackay27-Aug-07 0:59
Colin Angus Mackay27-Aug-07 0:59 
GeneralRe: Messaging between objects? Pin
MeLight27-Aug-07 3:01
MeLight27-Aug-07 3:01 
Questionmanage a data base since a user interface Pin
almora00727-Aug-07 0:41
almora00727-Aug-07 0:41 
AnswerRe: manage a data base since a user interface Pin
Colin Angus Mackay27-Aug-07 0:51
Colin Angus Mackay27-Aug-07 0:51 
GeneralRe: manage a data base since a user interface Pin
almora00727-Aug-07 0:57
almora00727-Aug-07 0:57 
GeneralRe: manage a data base since a user interface Pin
Colin Angus Mackay27-Aug-07 1:06
Colin Angus Mackay27-Aug-07 1:06 
GeneralRe: manage a data base since a user interface Pin
almora00727-Aug-07 1:08
almora00727-Aug-07 1:08 
Questioninserting data into a label Pin
lourensG26-Aug-07 23:19
lourensG26-Aug-07 23:19 
AnswerRe: inserting data into a label Pin
Vasudevan Deepak Kumar26-Aug-07 23:43
Vasudevan Deepak Kumar26-Aug-07 23:43 
GeneralRe: inserting data into a label Pin
lourensG26-Aug-07 23:57
lourensG26-Aug-07 23:57 
GeneralRe: inserting data into a label Pin
Christian Graus27-Aug-07 0:24
protectorChristian Graus27-Aug-07 0:24 
GeneralRe: inserting data into a label Pin
lourensG27-Aug-07 0:55
lourensG27-Aug-07 0:55 
GeneralRe: inserting data into a label Pin
Colin Angus Mackay27-Aug-07 1:07
Colin Angus Mackay27-Aug-07 1:07 
QuestionNew SQL question also urgent Pin
falles0126-Aug-07 22:13
falles0126-Aug-07 22:13 
AnswerRe: New SQL question also urgent Pin
Vikram A Punathambekar26-Aug-07 22:49
Vikram A Punathambekar26-Aug-07 22:49 
GeneralRe: New SQL question also urgent Pin
falles0126-Aug-07 22:56
falles0126-Aug-07 22:56 

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.