Explain the advantages of using Query Strings ?

 Posted by Bharathi Cherukuri on 7/25/2012 | Category: ASP.NET Interview questions | Views: 2324 | Points: 40
Answer:

Below mentioned are some of the advantages of using query strings:

1) The implementation of querystrings is easy.
2) For passing values in a querystring, the browser support is nearly universal.
3) These querystrings donot require server resources.The HTTP request for a specific URL contains these Querystrings.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response