Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Have a tab control in which each tab will have separate asp.net web pages. on clicking on 2nd tab, 1st tab web page data values are getting lost. how to retain the 1st page data even we are clicking on 2nd tab.

Please assist.
Posted
Comments
PhilLenoir 22-Aug-14 8:44am    
You don't say how you are loading pages. If you load different web pages, there is no way that state is passed from one to the other or retained unless you make it happen. Have you considered a multiview control on a single web page.
[no name] 22-Aug-14 9:21am    
Use MultiView Controls
kirubakaran3@yahoo.co.in 22-Aug-14 9:54am    
Am new to asp.net. Can i get some sample applications to work on multi view control calling different webpages? what i can see in examples are having multi tabs with view on each tab. It will be really great if i could get some sample example with each tab calling different webpage?

Many Thanks.

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