Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Sir/Ma'am
How can we hide back page when we click at button at which we have applied modalpopup extender of AJAX?






Thanku...
Posted

1 solution

back page= visible area behind the popup? . Set the popup panel's height and with to the full browser area.
 
Share this answer
 
Comments
SURBHI TYAGI 12-Apr-11 14:01pm    
sir please give me any example.
SURBHI TYAGI 12-Apr-11 14:06pm    
i have not understood,sir please give me any example.
Albin Abel 12-Apr-11 15:12pm    
<asp:Panel ID="Panel1" runat="server" Width="960" Height="100%" BackColor="AliceBlue">
<asp:Button ID="Button2" runat="server" Text="Button" />
<asp:Button ID="Button4" runat="server" Text="Button" />
<asp:Button ID="Button5" runat="server" Text="Button" />
<asp:Button ID="Button6" runat="server" Text="Button" />

<asp:ModalPopupExtender ID="Panel1_ModalPopupExtender" runat="server"
DynamicServicePath="" Enabled="True" TargetControlID="button3" PopupControlID="Panel1" CancelControlID="Button6" OkControlID="button5" >

<asp:Button ID="Button3" runat="server" Text="Button" />
SURBHI TYAGI 12-Apr-11 23:56pm    
thanks for new concept sir.but i don't want this.
i want that when i click on one button then the content of that button will display as tabcontainer work and other buttons just show.
Albin Abel 13-Apr-11 6:27am    
So why can't use the tab container itself? Ajax tool kit has a tab container control. Have a look at this http://www.asp.net/ajax/ajaxcontroltoolkit/samples/tabs/tabs.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900