hi...
I have broght the database value to Datatable. Now i want to view that value in text box. Can any one say me how to view the datatable. I tryed the codeing.
[code=cpp]
for(int i=0;i<datatable .Rows.Count;i++ )
MessageBox.Show (datatable.Rows[i].ToString())[/code]
but it is printing "System.DataTab le.Row" Plz help me...
thanks in advance...
reg
Inbaraj
I have broght the database value to Datatable. Now i want to view that value in text box. Can any one say me how to view the datatable. I tryed the codeing.
[code=cpp]
for(int i=0;i<datatable .Rows.Count;i++ )
MessageBox.Show (datatable.Rows[i].ToString())[/code]
but it is printing "System.DataTab le.Row" Plz help me...
thanks in advance...
reg
Inbaraj
Comment