tags:

views:

33

answers:

1

if anyone knows plz reply

+3  A: 

dr is a DataReader.

TextArea.Value = dr.Fields[0].Value;

should get you on your way

Ardman
i didnt use datareader i m using recordset to retrive the values.. acn u explain tat
sujatha
You can just use recordset.Fields[0].Value instead
Ardman