Hello Friends,
I am designing web application with asp.net c#. I am using gridview control.
In the gridview i have add,edit and delete button
I have one question is anybody know when user press cancel or update or delete button then massagebox will display and ask "Do you want to Update The Record " and option is YES and NO if user press yes then only record save other wise cancel.
**
*****> At the time of user press "Cancel
> Update" i want to check if any data is
> changed give message "Data is changed
> Do you want to cancel it" Yes or no if
> press yes then cancel other wise stay
> there.. how it's possible becz is ajax
> extender ask all time the time*****
**
How it's possible in web application ?
Thanks