Click here to Skip to main content
15,911,306 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using VS2008, C#, ASP.NET, I've inserted Ajax Control Toolkit Tab Container which works great, but when I insert a modal popup extender on another panel, tabs do not display! what is going wrong here? How can I have both on them ??
Posted

Recently I used AjaxTabContainer with Modalpopup it worked.

I placed modalpopup outside the tab container & called from code.
Use below link
http://jamestsai.net/Blog/post/How-to-use-ASPNET-AJAX-UpdatePanel-in-ModalPopup.aspx[^]

Download sample below:
http://www.codeproject.com/KB/ajax/ASPModalInAction/aspmodalinaction.zip[^]
 
Share this answer
 
Comments
Aysha Patel 16-Apr-13 7:29am    
thanku so much snehal...
snehal harawande 16-Apr-13 10:12am    
Please accept solution and give five starts so that I will get points.
I had same problem. I fixed it by correctly setting these 3 properties.
PopupControlID="pnEditAction"
TargetControlID=btnAddNew
CancelControlID=btnCancel
Remember, TargetControlID is outside the PopupControlID whereas CancelControlID is inside PopupControlID.

Hope this helps.
Tony
 
Share this answer
 

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