vb.net - display datatable text -


i have data table many rows , columns. how can display value (text) in row 1 column 1 message box?

i able display row count, can't seem figure out how display actual contents of cells.

i'm using vs2012, , coding in vb

try,

messagebox.show(datatabelname.rows(1)(1)) 

Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -