Click here to Skip to main content
16,012,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on one module in that there is form with multiple tabs can i do this by using partial view into the one view?. I heart that at the loading time it may took to much time to render all controls.

What i should use for better performance?
Posted
Updated 4-Dec-13 22:18pm
v3

1 solution

Surely 8-10 tabs will take more time to load. So use partial views & load the appropriate partial view by load on-demand when you click appropriate tab.

Check this page. http://www.codeproject.com/KB/FAQs/[^]. [Press Page+Down twice]. There're 4 tabs(Article, Technical Blog, Tip/Trick & Reference) & each tab loads content by load on-demand.
 
Share this answer
 
Comments
Amol Lendave 6-Dec-13 4:47am    
Thank you for assist...
thatraja 6-Dec-13 4:57am    
Glad to be of service

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