You can use javascript function called confirm
onclick="return confirm ('Are you sure you want to delete this _____?');"
This text parameter is the text to be shown in modal format with yes and no.
Yes returns true, which allows the transfer to continue, but No returns false and stops the postback.
EDIT:
XaiSoft Cybernate, ASP.NET, OnClientClick, onclick.