For confirm message
aspx
<asp:Button ID="Submit" runat="server" BorderColor="White" meta:resourcekey="BtnDelete"
CommandName="Del" OnClientClick="return confirm('Do you want to proceed?');"
Width="80px" />
Use onclick event in codebehind and display the input credentials in messagebox and finally insert that records in the database
---------------------------------------
Live the life you've dreamed
Regards
MADHU
Professionalhima, if this helps please login to Mark As Answer. |
Reply | Alert Moderator