Closed Thread
Results 1 to 2 of 2

Thread: What is Query string collection in asp?

  1. #1

    Question What is Query string collection in asp?

    What is Query string collection in asp?

  2. #2
    Junior Member bizwiz is an unknown quantity at this point
    Join Date
    May 2012
    Location
    Mumbai , India
    Posts
    5

    Query String

    QueryString Collection is a class in ASP.NET which lets you retrieve information from a URL..

    Example :

    someurl?type=master

    Request.QuerrySting("type")

    will return "master"..

Closed Thread

Similar Threads

  1. What's in your DVD collection?
    By Johnson in forum General Discussions
    Replies: 16
    Last Post: July 11th, 2007, 14:46
  2. Organizing Your MP3 Collection
    By Nick in forum General Discussions
    Replies: 14
    Last Post: December 8th, 2004, 13:35
  3. query string question
    By KapTinKiRk in forum Programming Help
    Replies: 8
    Last Post: November 6th, 2000, 14:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts