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. QueryString is attached to the URL with "?".

Advantages:

- Supported by all the browsers
- No extra effort is needed to code.
- Easy to use.

Disadvantages:

- All the attributes and values are visible to the end user. Therefore, they are not secure.
- There is a limit to URL length of 255 characters.
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...
Concepts and capabilities of cross page posting - ASP.NET
concepts of cross page posting - Cross Page Posting: It refers to the scenario where on event of some controls posts...
How to access ViewState value of this page in the next page - ASP.NET
How to access ViewState value of this page in the next page - PreviousPage property is set to the page property of the nest page to access..
Post your comment