Using a session from a dataview?
ASP.NET
2
Posts
1
Posters
0
Views
1
Watching
-
Hello All! I'm trying to grab a value from a details view, to put in a text box. Here is my attempt
DetailsView1.DataItem(5) = Session("Test") Session("Test") = testtext.Text
I have this at my page load event. The Details view gets filled on the Page load as well. Maybe I need to creat a session afterwards? TIA! Rudy:-D -
Hello All! I'm trying to grab a value from a details view, to put in a text box. Here is my attempt
DetailsView1.DataItem(5) = Session("Test") Session("Test") = testtext.Text
I have this at my page load event. The Details view gets filled on the Page load as well. Maybe I need to creat a session afterwards? TIA! Rudy:-D