vote up 0 vote down star

Hi!

I have a Gridview with a button field for deleting a row. I don't want to use TemplateFields because this is not possible when I set EnableSortingAndPagingCallbacks to true. Unfortunately there are no events for a button field. ASP.NET automatically registrate a OnClick postback function. onclick="javascript:__doPostBack('ctl00$ContentPlaceHolder$gv_data','DeleteCmd$0')" But now I am unable to ask the user to be sure that he really wants to delete the item.

How Can I add a confirmation dialog for a buttonfield? Can JQuery help me?

Thanks in advance!

flag

67% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.