keep up the update mode in details view
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am updating records using details view. update is occur by object data source. I want to keep the update mode when update is false. I tried following code from detView_ItemUpdating and ObjectDataSource1_Updating method. but it can not keep hold the update mode. it changes it to item mode. how can i keep hold the update mode detView.CurrentMode != DetailsViewMode.Edit