hi all,
i m a vb.net programmer
now i need to create a page in c#

in vb.net when we need to retrieve the value in label from datareader we
apply

While dr.Read

label1.Text= dr(0).ToString()
label2.Text= dr(0).ToString()
Response.Write("<br>")

End While

& the following code retrieve all the values from the database

but in c# it displayes only last row

plz help

Thanx
----------

Reply via email to