Update using details view [modified]
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am updating some data using detailView. detailView is being populated by object datasource I want to keep hold the update mode of the detail view if update is false. I wrote detview.ChangeMode(DetailsViewMode.Edit); in the detview_updating method. But it changed the mode to Item mode(DetailsViewMode.Readonly). How can keep hold the update mode ? Thanks in advance
modified on Monday, May 18, 2009 4:17 AM