Click here to Skip to main content
16,004,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
actually, I'm developing a web template with asp.net and c#, which is contain 3 parts and i handle the partial refreshing of the page with using updatepanel. the first parts is the top menu which is refresh the left sub menu, then the left sub menu refresh the middle panel and shows all the detail which is contain table with insert, delete, edit and paging buttons. i have use listview to develop the tables.
i have more than 50 module same like this which is contain table with some buttons and if i put all the tables in same page the page code would be very huge. that's why i come up with idea to put each table in separate page and just load each page in the 3rd panel.
i have gone through the Uframe but i couldn't use it at my page properly.
i would really appreciate that anybody help me to overcome this problem, to load separate aspx page in 3rd panel, but without using iframe. or guide me how to use the uframe step by step. or if you have another idea to get ride of this problem.
many thanks.
Posted
Comments
[no name] 4-Dec-11 22:47pm    
can you give more emphasis on your problem?
Far sh 5-Dec-11 4:59am    
in my template i have 3 parts which include partial refreshing using update panel. my emphasis is on the 3rd panel which suppose to load different aspx page. i couldn't find the way when the user click on 2nd panel that is containing the sub menu, it should refresh the 3rd panel and show the new aspx page. preferably i don't want to use the iframe. is there other way to overcome this issue? Thanks&Regards

1 solution

I'd suggest looking into using an iframe for your content instead. Performance would be better, it would be more simple to code/maintain, and I really can't think of any disadvantages. ref

OR You can try the following:
Goodness of UpdatePanel and IFRAME Combined

Or get the concept from the following link:

Loading UserControl Dynamically in UpdatePanel
 
Share this answer
 
v2
Comments
Wonde Tadesse 5-Dec-11 12:37pm    
5+
Monjurul Habib 5-Dec-11 14:38pm    
thank you
Rubaba 10-Dec-11 10:34am    
my 5
Monjurul Habib 10-Dec-11 14:57pm    
thank you

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