How will u decide when to use caching and when to use
viewstate?
Answer Posted / richa
When it comes to choosing between ViewState and Caching it
all comes down to what you are doing. ViewState is an ideal
candidate if you are planning to save small values. Mostly
values of server controls are saved in ViewState. If you
plan to store large datasets, datatables or collections than
data caching is an excellent candidate.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is the exact purpose of http handlers?
Is it possible for me to change my aspx file extension to some other name?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What is owin authentication?
What events will occur when a page is loaded?
How to add DateTime Control in normal DataGrid Server Control?
When you use Ajax controls in the ASP.NET application?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What is the flow of processing of the request? : asp.net mvc
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the difference between cache and cookies?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Define page fragment caching?
What is asp short for?