For Programmers: Free Programming Magazines  


Home > Archive > ASP > June 2005 > Passing Value (All records)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Passing Value (All records)
TNG

2005-06-06, 8:55 pm

Hi,

IS it possible to pass a value in an URL to get all records ?
something like file.asp?item=selection&lang=%
where % represent all records ?


Regards

TNG

(Classic ASP / SQL Server 2000 / IIS 6)


Curt_C [MVP]

2005-06-06, 8:55 pm

Just use your own value..

/item=selection&lang=All

and then in your code use an IF

if Request.QueryString("lang") = "All" then.....

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


"TNG" <TNg@group.com> wrote in message
news:GK1pe.112577$EF7.6590492@phobos.telenet-ops.be...
> Hi,
>
> IS it possible to pass a value in an URL to get all records ?
> something like file.asp?item=selection&lang=%
> where % represent all records ?
>
>
> Regards
>
> TNG
>
> (Classic ASP / SQL Server 2000 / IIS 6)
>



Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com