VB/asp.Net
I have a detailsview object grabbing data from a data base.
I am able to edit and insert rows fine.
But, on insert all my fields are blank.
I am able to populate them with "hard coded" default values via the databound event handler
Like...
Dim Cal2 As New Calendar
Cal2 = DetailsView1.FindControl("Calendar2")
Cal2.SelectedDate = "12/10/2010
And that works fine.
But, what I need to do is set that value to the value in this cell in the last row of the detailsview.
Does that make sense? Is this possible?
I'm stuck...
-- Jason
"It's Just Ones and Zeros
I have a detailsview object grabbing data from a data base.
I am able to edit and insert rows fine.
But, on insert all my fields are blank.
I am able to populate them with "hard coded" default values via the databound event handler
Like...
Dim Cal2 As New Calendar
Cal2 = DetailsView1.FindControl("Calendar2")
Cal2.SelectedDate = "12/10/2010
And that works fine.
But, what I need to do is set that value to the value in this cell in the last row of the detailsview.
Does that make sense? Is this possible?
I'm stuck...
-- Jason
"It's Just Ones and Zeros