if anyone knows plz reply
+3
A:
dr is a DataReader.
TextArea.Value = dr.Fields[0].Value;
should get you on your way
Ardman
2010-08-16 06:09:52
i didnt use datareader i m using recordset to retrive the values.. acn u explain tat
sujatha
2010-08-16 06:26:49
You can just use recordset.Fields[0].Value instead
Ardman
2010-08-16 07:28:08