P
Pao
Hi all
I have two buttons that perform a crosspagepostback to two pages:
<body>
<form>
<div>
<table>
<tr>
<td>
<atlas:UpdatePanel>
<ContentTemplate>
<table>
<tr>
<td style="width:5%">
<asp:Button ID="bttRepSchedaCliente" runat="server"
Text="Scheda cliente" PostBackUrl="~/
reports.aspx" />
<asp:Button ID="bttRepElencoClienti" runat="server"
OnClick="bttRepElencoClienti_click"
Text="Elenco" Width="55px" PostBackUrl="~/
repEleCli.aspx" />
<asp:TextBox ID="txtPr" runat="server"
Width="20px"></asp:TextBox>
</td>
The first button works fine, but the second not. The
bttRepElencoClienti_click event is never fired, and the repEleCli.aspx
is never displayed.
I have two buttons that perform a crosspagepostback to two pages:
<body>
<form>
<div>
<table>
<tr>
<td>
<atlas:UpdatePanel>
<ContentTemplate>
<table>
<tr>
<td style="width:5%">
<asp:Button ID="bttRepSchedaCliente" runat="server"
Text="Scheda cliente" PostBackUrl="~/
reports.aspx" />
<asp:Button ID="bttRepElencoClienti" runat="server"
OnClick="bttRepElencoClienti_click"
Text="Elenco" Width="55px" PostBackUrl="~/
repEleCli.aspx" />
<asp:TextBox ID="txtPr" runat="server"
Width="20px"></asp:TextBox>
</td>
The first button works fine, but the second not. The
bttRepElencoClienti_click event is never fired, and the repEleCli.aspx
is never displayed.