Hello guys,
I have a DataList containing a list of elements(ASP.Net app).
To delete an item i first used tha classic javascript confirmation.
As i found it ugly,i want to use a confirmation box plugin.
when i click OK==>Delete the item from DB(using a webservice)
But how can i update the DataList.
The situation is liek:
when u add a comment in Facebook.
delete link==>Conf box==>Delete==>Comments List update.
Thanks in advance