http://bugzilla.novell.com/show_bug.cgi?id=558328
http://bugzilla.novell.com/show_bug.cgi?id=558328#c0 Summary: Internal Server Error Classification: Mono Product: Mono: Runtime Version: SVN Platform: Other OS/Version: RHEL 4 Status: NEW Severity: Normal Priority: P5 - None Component: debug AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727) Hi Marek, When I try to use an ajax extender, i m getting the error 'Internal Server Error' Following is the code which i have aspx page code. Pl. advise ----------------------------------------------------------- <asp:ScriptManager ID="SMBanner" runat="server" AsyncPostBackTimeout="<%$ AppSettings: AsyncPostBackTimeout %>"> </asp:ScriptManager> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" class="welcome" height="25" style="padding-left: 20px" valign="top"> <asp:UpdatePanel ID="upBanner" runat="server" UpdateMode="always"> <ContentTemplate> <ajaxToolkit:ModalPopupExtender ID="mpeGrpBanner" runat="server" BackgroundCssClass="modalBackground" CancelControlID="imageClose" PopupControlID="pnlComments" PopupDragHandleControlID="pnlHandler" TargetControlID="btnDummy" X="200" Y="100"> </ajaxToolkit:ModalPopupExtender> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" style="height: 167px"> <asp:Panel ID="pnlComments" runat="server" Height="115px" Style="display: none; position: static" Width="350px"> <table bgcolor="white" cellpadding="0" cellspacing="0" width="100%"> <tr> <td colspan="2"> <asp:Panel ID="pnlHandler" runat="server" Height="25px" Style="cursor: move" Width="100%"> <table width="100%"> <tr> <td align="left" class="bg_Modalpopup" height="20" style="width: 100%; cursor: move"> <asp:Label ID="lblComments" runat="server" CssClass="content_bold" EnableTheming="false" Text="Change Group"></asp:Label> </td> <td align="center" class="bg_Modalpopup" height="20" style="width: 100%"> <asp:Image ID="imageClose" runat="server" ImageAlign="Right" ImageUrl="~/Images/Close.gif" Style="cursor: hand" /></td> </tr> </table> </asp:Panel> </td> </tr> <tr> <td align="center" valign="top"> <br /> <table> <tr> <td align="left" valign="top"> <asp:Label ID="lblChangeGroup" runat="server" Text="Change login group : "></asp:Label></td> <td align="left" valign="top"> <asp:DropDownList ID="ddlChangeGroup" runat="server" AutoPostBack="True" Width="195px"> </asp:DropDownList></td> </tr> </table> </td> </tr> </table> </asp:Panel> </td> </tr> </table> <asp:Button ID="btnDummy" runat="server" CausesValidation="false" Height="0px" UseSubmitBehavior="false" Width="0px" /> </ContentTemplate> </asp:UpdatePanel> </td> </tr> </table> ----------------------------------------------------------- Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
