Hi any solution for the below. i created a linkbutton inside a gridview, during run time click on this link, i want to pup a panel window. for this i created a panel outside the gridview. but panel wont popu up? pls help
hyperlink is lnkSendMessage-which is inside UpdatePanel1 pls see the aspx The below is inside Girview <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:LinkButton ID="lnkbSendMessage" runat="server" >Send Message</asp: LinkButton> <asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" DropShadow ="True" PopupControlID="Panel1" TargetControlID="lnkbSendMessage" CancelControlID="Button2"> </asp:ModalPopupExtender> </ContentTemplate> </asp:UpdatePanel> The below panel which is to popup, out side gridview <asp:Panel ID="Panel1" runat="server" BackColor="#FFCCFF" Width="600px" Height="530px" style="padding: 10px 25px 10px 25px"> <asp:Panel ID="Panel2" runat="server" BackColor="#FDFBE1" Font-Names="Arial" Font-Size="10pt" GroupingText="Send Personal Message" Height="424px"> <br /> <asp:Label ID="Label2" runat="server" Font-Bold="True" Font-Size="12pt" Font-Underline="True" ForeColor="#663300" Text="Send Personal Message to this Profile"></asp:Label> <br /> <br /> <br /> <br /> <asp:Panel ID="Panel3" runat="server" BackColor="#CCCCFF" style="top: 99px; left: 155px; position: absolute; height: 106px; width: 401px"> <asp:Label ID="lblProfileId" runat="server" Text="lblProfileId"></asp:Label> <table class="style1"> <tr> i tried this another form(with no masterpage),there it works -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net