Guyz,
i am using a dataAdapter and ms access in database..how can i insert the value of data into label?.. without using a datagrid? could you give me some sample?
thankz...
Printable View
Guyz,
i am using a dataAdapter and ms access in database..how can i insert the value of data into label?.. without using a datagrid? could you give me some sample?
thankz...
nevermind the fist thread.. just want to know if it is possible to insert the value of my datagrid in label? please help...
This shoud do it:
label.text = Datagrid.rows(row#).item(Col#)
bro..
i try the code u gave me but their is an error.. 'rows' is not a member of 'System.Web.UI.WebControls.DataGrid'.
Label6.Text = DataGrid.rows(2).item(3)
what should i do???
My bad, it's datatable, not datagrid. Just call the table thats in your grid.
its ok i know what dt is.. i dont use datagrid..so its ok... thanks a lot man! :thumb: