How will u decide when to use caching and when to use
viewstate?
Answer Posted / ajai
If you want to store large datasets and datatables than
data caching is an good option and for small values you
should use viewstate.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How can we implement a identity (sql server) call in an asp.net page?
Explain the code Access Security (CAS) in .net Framework?
in which protocol ASP.NET WEB API Work?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is advantage of code behind coding in ASP.NET?
What are the different types of validation controls provided in ASP.NET?
Explain the components of web form in asp.net
What is asp.net architecture?
Which is faster union or union all?
Can you explain composite pattern?
What is the difference between a default skin and a named skin?
Explain the difference between server control and html control.
What is a windows service?
What is break mode?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?