Discuss the disadvantages of using querystrings in sending data from one page to another ?

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

There are disadvantages along with advantages while using these querystrings.They are:
1) By using the querystrings, the information is directly visible to the user in the browser address line.So using these querystrings is insecure.
2) The URL's consists of a 255 URL character limit which will limit their flexibility.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response