Monday, December 17, 2007

How to send a message to server by using QueryString

How to send a message to server by using QueryString

S T E P - 1

- Firstly, we know the information in the Request object is sent by the client-side users.

S T E P - 2

- In Request object, it has 2 methods to get the information sent by client-side users.

- using Form object.

- using QueryString to get the part of URL.

S T E P - 3

- QueryString can get from the part of URL, starting from '?' at the end of URL. For example:

http://www.yourwebsite.com/login.asp?UserName=yourname&Password=12345

This is the output:

No comments: