Monday, November 28, 2011

What is QueryString? Benefits and limitations of using querystring.

Advantages:

a. Supported by all the browsers
b. No extra effort is needed to code.
c. Easy to use.

Disadvantages:


a. All the attributes and values are visible to the end user. Therefore, they are not secure.
b. There is a limit to URL length of 255 characters.

No comments:

Post a Comment