Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
QuestionAuto numbering new grid rows Pin
Muammar©2-Sep-07 23:00
Muammar©2-Sep-07 23:00 
AnswerRe: Auto numbering new grid rows Pin
Urs Enzler2-Sep-07 23:19
Urs Enzler2-Sep-07 23:19 
GeneralRe: Auto numbering new grid rows Pin
Muammar©3-Sep-07 0:13
Muammar©3-Sep-07 0:13 
Questionhelp Pin
sonalisp82-Sep-07 22:52
sonalisp82-Sep-07 22:52 
AnswerRe: help Pin
Sandeep Akhare2-Sep-07 23:10
Sandeep Akhare2-Sep-07 23:10 
GeneralRe: help Pin
Pete O'Hanlon3-Sep-07 1:45
mvePete O'Hanlon3-Sep-07 1:45 
QuestionDataset Pin
Assaf822-Sep-07 22:42
Assaf822-Sep-07 22:42 
AnswerRe: Dataset Pin
Sandeep Akhare2-Sep-07 22:50
Sandeep Akhare2-Sep-07 22:50 
Str4 is of type string and
Assaf82 wrote:
ds.Tables["CreditCard"].Rows[1][2];"


returns object you need to convert to string so simple dude
try this
ds.Tables[0].Rows[row][col].ToString();

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Dataset Pin
Assaf822-Sep-07 23:04
Assaf822-Sep-07 23:04 
GeneralRe: Dataset Pin
Sandeep Akhare2-Sep-07 23:07
Sandeep Akhare2-Sep-07 23:07 
QuestionHow to do AfxEnableControlContainer in C# ? Pin
gedri2-Sep-07 22:15
gedri2-Sep-07 22:15 
QuestionHandling autoscroll and scrollbars Pin
cignox12-Sep-07 21:49
cignox12-Sep-07 21:49 
QuestionApplication Path Pin
Cliffer2-Sep-07 21:48
Cliffer2-Sep-07 21:48 
AnswerRe: Application Path Pin
Sandeep Akhare2-Sep-07 22:20
Sandeep Akhare2-Sep-07 22:20 
GeneralRe: Application Path Pin
Cliffer2-Sep-07 22:32
Cliffer2-Sep-07 22:32 
GeneralRe: Application Path Pin
Sandeep Akhare2-Sep-07 22:36
Sandeep Akhare2-Sep-07 22:36 
GeneralRe: Application Path Pin
Cliffer2-Sep-07 22:41
Cliffer2-Sep-07 22:41 
GeneralRe: Application Path Pin
Sandeep Akhare2-Sep-07 22:45
Sandeep Akhare2-Sep-07 22:45 
AnswerRe: Application Path Pin
blackjack21502-Sep-07 22:57
blackjack21502-Sep-07 22:57 
AnswerRe: Application Path Pin
Vikram A Punathambekar3-Sep-07 2:09
Vikram A Punathambekar3-Sep-07 2:09 
QuestionLabel text problem Pin
barbarini2-Sep-07 21:33
barbarini2-Sep-07 21:33 
AnswerRe: Label text problem Pin
M LN Rao2-Sep-07 21:35
M LN Rao2-Sep-07 21:35 
GeneralRe: Label text problem Pin
barbarini2-Sep-07 21:47
barbarini2-Sep-07 21:47 
GeneralRe: Label text problem Pin
barbarini2-Sep-07 22:04
barbarini2-Sep-07 22:04 
AnswerRe: Label text problem Pin
M LN Rao2-Sep-07 22:20
M LN Rao2-Sep-07 22:20 

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.