Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
985 Points
324 Posts
Apr 19, 2012 06:37 PM|LINK
Hi
Is there a way to make a pannel behave like a modal window popup?
<asp:Panel ID="Panel1" runat="server" Height="98px" Width="315px"> <br /> Would you like to delete selected item(s)?<br /> <asp:Button ID="Button4" runat="server" Text="OK" /> <asp:Button ID="Button5" runat="server" Text="Cancel" /> </asp:Panel>
jsn1
Participant
985 Points
324 Posts
modal pannel
Apr 19, 2012 06:37 PM|LINK
Hi
Is there a way to make a pannel behave like a modal window popup?
<asp:Panel ID="Panel1" runat="server" Height="98px" Width="315px"> <br /> Would you like to delete selected item(s)?<br /> <asp:Button ID="Button4" runat="server" Text="OK" /> <asp:Button ID="Button5" runat="server" Text="Cancel" /> </asp:Panel>