Update using DetailsView and DataSource
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings all, I have a DetailsView, and it works fine when it comes to displaying my details. I am databinding the DetailsView to a DataTable that I am building by combining parts of the MembershipUser and the Profile objects. Now my problem is that when I edit the information and tell the DetailsView to Update I have no idea how to actually retrieve programatically what the new values for the fields in the DetailsView are. The Event Arguments of the Update command contains a NewValues and OldValues properties but neither of them contains anything after an update. I'm really stuck here. Any Ideas? Thanks in advance. --Peter