| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#46
|
|||
|
|||
|
Code in SQL Server
Hi,
Thanks for providing me sample code.It helped me a lot. Can you please provide me the same code using SQL Server(Instead of Access).Iam very new to .Net World. I do appreciate for your help. Thanks in Advance Teressa. |
|
#47
|
|||
|
|||
|
I've read through the thread to check if this was already answered, but it wasn't... it's probably just me having a case of the mondays (feels like that everyday at the moment LOL)
I have the following code in place: Code:
<% response.writefile ("shipoption.vbs")
buildLinkedList("listCountry",0,1,1,"Select a country","width150","listService",2,3,1,"Select a Service","width150") %>
The line in the include file for my DB is Code:
strSQL = "SELECT x.ShipZone, x.Country, y.Service, y.Weight, y.Price FROM shipzones AS x INNER JOIN shipprices AS y ON x.ShipZone = y.Zone ORDER BY x.Country, y.Service;" And i'm getting the error: "BC30451: Name 'buildLinkedList' is not declared." Any clues where I'm going wrong? |
|
#48
|
||||
|
||||
|
the code provided here is classic ASP, you're using ASP.NET
unfortunately, those are two different languages and you'll have to find other code, written in ASP.NET for your needs. |
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > Dynamic dependant listboxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|