HI,
How to change ConfirmButton ConfirmText using JavaScript?
Thanks
Hi,
Not sure how you are creating your confirm buttons but this may help:
http://forums.asp.net/t/1152598.aspx
Set up your delete button like this:
<asp:ButtonID="btnDelete"runat="server"Text="Delete"OnClick="Delete"OnClientClick="return confirm('Are you sure you want to vaporize this item?')"/>
Hope this helps,
DJH
Actually,
I was talking about AJAX ConfirmButton extender..
Anyway I got other solution for my question.
Thanks
No comments:
Post a Comment