Hi,
Iam using the following command Events to Delete/Update And Insert
RadGrid_DeleteCommand
RadGrid_UpdateCommand
RadGrid_InsertCommand
I need to display the products that were updated/deleted and that were no updated/deleted
Assume I select multiple product and click delete all or update all products..i need to display to the user the products that were actually updated and that were not updated also..
But the command event is firing for each select event causing the stored values to be reset..How do i keep track of my product name in this case.
Thanks
Bala
RadGrid_DeleteCommand
Iam using the following command Events to Delete/Update And Insert
RadGrid_DeleteCommand
RadGrid_UpdateCommand
RadGrid_InsertCommand
I need to display the products that were updated/deleted and that were no updated/deleted
Assume I select multiple product and click delete all or update all products..i need to display to the user the products that were actually updated and that were not updated also..
But the command event is firing for each select event causing the stored values to be reset..How do i keep track of my product name in this case.
Thanks
Bala
RadGrid_DeleteCommand