DetailsView ItemUpdating event not fired
-
Hello, I have problem with ItemUpdating event. I create four bounded fields and one template field for DetailsView component dynamically in C# code. Edit and Insert button are automatically generated. The problem is that after clicking on Update button, ItemUpdating event is never fired. When i click on insert button ModeChanging event is fired but ItemUpdating not. I use sqlDataSource. Can someone help me please?
-
Hello, I have problem with ItemUpdating event. I create four bounded fields and one template field for DetailsView component dynamically in C# code. Edit and Insert button are automatically generated. The problem is that after clicking on Update button, ItemUpdating event is never fired. When i click on insert button ModeChanging event is fired but ItemUpdating not. I use sqlDataSource. Can someone help me please?
I too am experiencing this same behavior. All help is greatly appreciated.