you can use sessions if you don't have to store heavy objects like datasets with more data / datatables with more data.
You can use caching techniques if you want to improve the performance a little bit.
As alternate Check this link how you can split data and access between tabs:
http://blogs.techrepublic.com.com/programming-and-development/?p=493
Thanks,