Current location: Hot Scripts Forums » Programming Languages » ASP » querystring collection


querystring collection

Reply
  #1 (permalink)  
Old 10-21-03, 02:16 AM
najmunnisha najmunnisha is offline
Newbie Coder
 
Join Date: Oct 2003
Location: India
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
querystring collection

hi friends,

how do i check whether a particular variable/item is available in the request.querstring collection ?

plz help..

Najmun
Reply With Quote
  #2 (permalink)  
Old 10-21-03, 11:58 AM
Stealth Stealth is offline
1337 pr0gr4mm3r
 
Join Date: Jun 2003
Location: Glasgow, Scotland
Posts: 188
Thanks: 0
Thanked 0 Times in 0 Posts
If request.querystring("ID") <> "" then

end if
Reply With Quote
  #3 (permalink)  
Old 11-05-03, 10:04 AM
selwonk selwonk is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Hi

If you wanted to examine the entire querystring collection:

Code:
<%
	For Each str_ItemFound In Request.QueryString
		Response.Write(str_ItemFound & "=" & Request.QueryString(str_ItemFound) & "<br>")
	Next
%>

Quote:
Originally Posted by najmunnisha
hi friends,

how do i check whether a particular variable/item is available in the request.querstring collection ?

plz help..

Najmun
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
QueryString and retrieve data from database pjm ASP 3 08-11-03 02:21 PM


All times are GMT -5. The time now is 03:47 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.