Y
yaya coco
I want to use button. My question is that
How can use server side and client site event at the same time.
That is:
I want to use button :
when The user click the button first of all, client side ask question "Are U
sure"
If yes then send server side function ?
Button Like this
<asp:button id="btnDelete" onclick="delFunction" runat="server">
How can I do that?
How can use server side and client site event at the same time.
That is:
I want to use button :
when The user click the button first of all, client side ask question "Are U
sure"
If yes then send server side function ?
Button Like this
<asp:button id="btnDelete" onclick="delFunction" runat="server">
How can I do that?