BizTalk Utilities CV ,   Jobs ,   Code library  
 
Home Page
Microsoft ASP
The Request.Form Property
The Request.Cookies Property
The Request.ClientCertification Property
The Request.BinaryRead Method
The Request Object
The ObjectContext.SetComplete Method
The ObjectContext.SetAbort Method
The ObjectContext.OnTransactionCommit Event
The ObjectContext.OnTransactionAbort Event
The ObjectContext Object
The Application.StaticObjects Collection
The Application.Contents Collection
The Application.UnLock Method
The Application.Lock Method
The Application.Contents.RemoveAll() Method
The Application.Contents.Remove(name|index) Method
The Application.OnStart() Event
The Application.OnEnd() Event
The Application Object
The ASPError.Source Property
<< LAMP
 

By :Mark Wilson
I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :03/24/2008
Times viewed :3286

 

The Request.QueryString Property

Introduction

The Request.QueryString property can be used to retrieve the values from a form, which is posted via the GET method. The query string stores the values in a pair combination after the ? sign in the URL. It looks like this: Elementname=Value. Even Google use this method for this search string. The URL of Google looks like this when searching for the string “TopXML”.

http://www.google.com/search?hl=en&ie=UTF-8&q=TopXML

Example

The following example shows a simple textbox. The value of the textfield is passed via the Get method and retrieved via the Request.QueryString property. When entering the value “Sonu” in the textfield the query string looks like this:

http://localhost/request_object_properties/request_object_property_querystring_example.asp?username=Sonu

<%

            if Request.QueryString("username") <> "" then

                        Response.Write "Welcome " & Request.QueryString("Username")

            end if

%>

<form method="get">

Username: <input type="textfield" name="username"/>

<input type="submit">

</form>

Output


Rate this article on a scale of 1 to 10

Your vote :  


 

Recent Jobs

Integration Specialist Needed - Wor
Virtualization Server Infrastructur
A great opportunity to Digital Vide
here is a greate opportunity as a S
A great opportunity as a Network En

View all Jobs (Add yours)
View all CV (Add yours)




swimming pool builder
chicago web site design
silicone masks
Cheap Web Hosting
conference calls
Gucci sunglasses
answering service


    Email TopXML  

Front Page Daily Stuff TopXML Forum XML blogs XML Newsgroups BizTalk Biztalk Utilities Biztalk Utilities Tutorial B2B SAP XML Microsoft .NET Dotnet System XML Soapformatter SQLXML XMLserializer XQuery PHP PHP SimpleXML PHP XML Dom PHP XML RPC PHP XSLT Java Java Java XML Xalan Microsoft ASP ASP Schemas XML SQL Server XML XMLDom XSL XSL Tutorial XSLT Stylesheets General Javascript CSS XHTML WAP