Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 

  View Other C# .NET Posts   Ask New Question  Ask New Question With Power Editor

how to store data in tab
imran khan posted at Tuesday, November 03, 2009 1:24 PM

Dear All,
 i am using asp.net2.0 , C#
 i have a form with different Tab. i need to keep in memory(not in database) data of every tab when user go to other Tab. and display same data when he comes back to same tab
i did it made properties of every tab and then saved it in class in session..
i want to know it there other perfomance driven techniques available

Plea guide

Reply    Reply Using Power Editor
  Rank Winnings Points
November 0 $0.00 0
October 0 $0.00 0
data between tabs
Venkata K provided a rated reply to imran khan on Tuesday, November 03, 2009 10:30 PM

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,

 

Reply    Reply Using Power Editor
  Rank Winnings Points
November 10 $14.00 36
October 8 $30.00 103