|
|
|
อยากรู้วิธีเพิ่ม confirm ก่อน update ข้อมูลใน GridView (asp.net 4.0) Visual studio 2010 |
|
|
|
|
|
|
|
Code (VB.NET)
If msgbox("คุณต้องการแก้ไขข้อมูลใช่ไหม",okcancel,"Warning") = ok then
update ข้อมูล
else
exit sub
end if
|
|
|
|
|
Date :
2012-02-24 14:48:58 |
By :
NIFCO |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (VB.NET)
<asp:LinkButton ID="DeleteButton" runat="server" CausesValidation="False"
CommandName="Delete" Text="Delete"
OnClientClick="return confirm('Delete?');">
</asp:LinkButton>
|
|
|
|
|
Date :
2012-02-24 17:53:48 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|