"Josh" <> wrote in news:b7c901c47986$2fa35b70
$:
> This I'm sure is a silly question, but I am pulling one
> field from one particular record and for the life of me
> can't figure out how to display/manipulate it. Every
> single tutorial or code sample relating asp.net and
> database access uses a datagrid, which doesn't help me
> here. Can someone please direct me to a resource that
> shows the asp.net equivalent of the below code?
Are you using a dataset or datareader?
Dataset:
label.text = ds.table(0).row(i)("item")
DataReader
label.text = dr("item")
--
Lucas Tam ()
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/