Q:
      
      
         
            
Which among the following is used to send data from one page to another with the URL but you can send limited size of data with the URL
         
       
      
      
      
          
      
      
          Answer & Explanation
         Answer: C) Querystring         
         
Explanation: Querystring is used to send data from one page to another with URL.But it can store only some minimum amount of data.Most browsers allow a limit of 255 characters on URL length
       
      
      
      
          View Answer
          Report Error
          Discuss