What are the benefits and limitations of using Hidden Frames? - ASP.NET

What are the benefits and limitations of using Hidden Frames?

Advantages:

- Hidden frames allow you to cache more than one data field.
- The ability to cache and access data items stored in different hidden forms.

Disadvantages:

- Not supported by all browsers
- Stored data is not secured as it is stored on client's machine in the form of hidden fields
What are benefits and limitations of using Cookies? - ASP.NET
Benefits and limitations of using Cookies - They are simple to use...
What is QueryString? Benefits and limitations of using querystring - ASP.NET
What is QueryString? Benefits and limitations of using querystring - Querystring is way to transfer information from one page to another through the URL..
What is Absolute and Sliding expiration in .NET? - ASP.NET
Absolute and Sliding expiration in .NET - Absolute and sliding expiration are two Time based expiration strategies...
Post your comment