Hi Guzman,
Could you post an example? What AjaxForms library are you using? Is it
the Forms plugin for Jquery?
In the code below I want btnAddComment_Click to postback to the ASPX
code behind file. This does not fire when launched withing the
Facebox :(
The postback works as normal when used outside facebox.
Thanks,
Connor
<div id="AddComment" style="display:none" >
<h2>New Comment</h2>
<ol>
<li>
<asp:Label ID="Label1" runat="server"
AssociatedControlID="txtUser">User</asp:Label>
<asp:TextBox Enabled="false" ID="txtUser"
runat="server" Rows="10"></asp:TextBox>
</li>
<li>
<asp:Label ID="Label2" runat="server"
AssociatedControlID="txtDate">Date</asp:Label>
<asp:TextBox Enabled="false" ID="txtDate"
runat="server" Rows="10"></asp:TextBox>
</li>
<li>
<asp:Label ID="Label4" runat="server"
Text="Subject" AssociatedControlID="ddlSubject"></asp:Label>
<asp:DropDownList ID="ddlSubject" runat="server">
<asp:ListItem Text="Owner"></asp:ListItem>
<asp:ListItem Text="Co-Owner"></asp:ListItem>
</asp:DropDownList>
</li>
<li>
<asp:Label ID="lblComment" runat="server"
AssociatedControlID="txtComment"> Comment</asp:Label>
<asp:TextBox TextMode="MultiLine" ID="txtComment"
runat="server" Rows="10"></asp:TextBox>
</li>
<li>
<asp:Label ID="Label3" runat="server"
AssociatedControlID="btnAddComment"> </asp:Label>
<asp:Button ID="btnAddComment" runat="server"
Text="Add Comment"
onclick="btnAddComment_Click" />
</li>
</ol>
</div>
<a href="#AddComment" rel="facebox" class="button">Add Comment</a>
> Mobile:
+598 98 674020- Hide quoted text -
>
> - Show quoted text -