I have my datagrid, all happy and functional... updates and everything. However, I have a Delete button that does nothing. Why? Because I don't want them to use it unless I can warn them.
So, I would like to have some sort of Confirm box, like, 'do you really want to do this?'. It looks like I'll have to do that Javascript side, BUT, can I then call my .Net code that deletes the item? Or do I need do do something else.
So, I would like to have some sort of Confirm box, like, 'do you really want to do this?'. It looks like I'll have to do that Javascript side, BUT, can I then call my .Net code that deletes the item? Or do I need do do something else.