I am having it rough displaying a simple message on a label when i save or delete records.
Scenario:1
I have a USERCONTROL from which i insert,delete,update records.
I call the usercontrol from within my RADGRID.(Editing records in a radgrid via a usercontrol).
Now, i want to return a label with a confirmation message that the records have been saved or deleted.
Scenario:2
I am editting, inserting or deleting records from within RADGRID. I want a similar confirmation message when i successfully insert or delete a record.
NOTE: In both scenarios, i have master pages and ajax enabled on the RadGrid.
Can someone kindly post me a code snippet Becuase this seems to be easy on the paper but not that easy when you get down with it.
thanks in adavance.
The label should be on the USERCONTROL or worst case scenario display the message within the RadGrid.