L
laziers
Hi,
I have a question
this is very simple code:
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="Label1" runat="server" Text="Label"></
asp:Label>
<asp:Button ID="Button1" runat="server" Text="Button"
onclick="Button1_Click" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</form>
everything is fine, but is there any way to "call" the ajax using <a
href="">button</a> instend of clicking on the button control?
bye
I have a question
this is very simple code:
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Label ID="Label1" runat="server" Text="Label"></
asp:Label>
<asp:Button ID="Button1" runat="server" Text="Button"
onclick="Button1_Click" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</form>
everything is fine, but is there any way to "call" the ajax using <a
href="">button</a> instend of clicking on the button control?
bye