Thread
:
unable to display stored data(asp.net)
View Single Post
#
2
(
permalink
)
July 29th, 2004, 02:30 AM
mehdi62b
Friend of Wrox
Join Date: Jul 2004
Location: Tehran, , Iran.
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Hey,
if you finlay use a DataTable object you can get a special field like below.....
TextBox.Text=dataTableObject.Rows[0]["columnNme"].ToString();
//Rows[0]["columnName"] determines your field.
--------------------------------------------
Mehdi.
mehdi62b
View Public Profile
Find all posts by mehdi62b