DetailsView
Hi All,
I am trying to use a DetailsView object to copy data from a session
into it.
Here is my code:
DetailsView1.Rows(1).Cells(1).Text = Session("FirstName")
This ends up copying the data from within that session to the detailView correctly, but it also removes the textbox that I want
the data to be set in so that I can choose to edit it before inserting.
So, is there a different way that I need to be addressing the DetailsView so that I can copy the data from the session into the first textboxes??
Thanks,
Faithful
|