|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How to pass/pull two values from the database (simple for most i'm sure)
<i><b>Originally posted by : Shannon Wilson (swilson@purebredindustries.com)</b></i><br />This probably comes easy to most of you, but I'm a beginner. I want to pass two values I guess is the way to say it. When a customer clicks on a link that is stored in the database... I want that link to pull a certain product id(1st value) and also just pull a certain category(2nd value) of the the certain product.<br />the link in the browser should look something like this>> http://crweb1/cattle/cattle.asp?CU_ID=1&Category=01B2<br /><br /><br />PLEASE HELP<br /><br />Thank you !
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : hi swilson (swilson@purebredindustries.com)</b></i><br />In to the same link u can array of information into another page with the same name each value is identified as like this <br /><br />http://crweb1/cattle/cattle.asp?CU_ID=1&cu_id=ijk&cu_id=01B2<br />each value will be recognized like this <br />cu_id(1), cu_id(2) , cu_id(3)....<br /><br />have a nice programming<br /><br /><br />------------<br />Shannon Wilson at 5/15/2001 11:26:05 PM<br /><br />This probably comes easy to most of you, but I'm a beginner. I want to pass two values I guess is the way to say it. When a customer clicks on a link that is stored in the database... I want that link to pull a certain product id(1st value) and also just pull a certain category(2nd value) of the the certain product.<br />the link in the browser should look something like this>> http://crweb1/cattle/cattle.asp?CU_ID=1&Category=01B2<br /><br /><br />PLEASE HELP<br /><br />Thank you !
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : yes (yes_damani@yahoo.com)</b></i><br /><br />hi<br />u can use following code for <br /><br />& "<td><A Href = ""singlebook.asp?item=" & rsbook("book_code") & """>"_<br /> & rsbook("book_desc")_ <br /> & "</A></td>"_<br /><br /><br />u may try following code <br /><br /><br />------------<br />Shannon Wilson at 5/15/2001 11:26:05 PM<br /><br />This probably comes easy to most of you, but I'm a beginner. I want to pass two values I guess is the way to say it. When a customer clicks on a link that is stored in the database... I want that link to pull a certain product id(1st value) and also just pull a certain category(2nd value) of the the certain product.<br />the link in the browser should look something like this>> http://crweb1/cattle/cattle.asp?CU_ID=1&Category=01B2<br /><br /><br />PLEASE HELP<br /><br />Thank you !
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How to pass/pull two values from the database (simple for most i'm sure) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|