i havent used stored procs in a while
i have a temp table to give me my results and i am able to return 1 set of data
but what i want to happen is to traverse up my data tree
lets say you have locations like country, state, county, city, area
where states have a parent of the country, counties...
i am just curious of industry standards, like there is such a thing
but how do you limit the results shown on a page
the way i see it, there are 3 approaches
1.
select all and just show the range through looping and begin/end values, i.e show records 11 - 20
2.
set page size and page on...
i am actually doing this with asp
but i think its a weird html thing
i am looping through a recordset and adding options in a select box
as i add an option i want to also add a hidden form field so i can keep track of whos in my original select list
but when i add the hidden INSIDE the select...
i have a projector and a dell laptop
the laptop has a vga output, and the projector has a video inoput
sounds good right
except for the projector to work, i need to enable dual monitors, and the projector is a second monitor, not the screen i am looking at
how do i get the projector to see what...
i am new to .net and was wondering if there are any free quality text editors.
i have inter dev, and it doesnt really like saving an asp file as an aspx file, and using it as a text file isnt really exciting either
figured i would post here before downloading random editors
thanks
i want to maintain line breaks for a textarea.
i am using access database and asp.
problem is text entered like this:
hello world!
hello world again!
looks like this on output:
hello world!hello world again!
what do you think is the best solution for solving this?
i remember doing this when i worked for someone else, and now i forget
i want to say, create this object using someother server, like one that has com objects or my email server
a fellow developer and i are comparing code to see who's runs faster, but we need a timestamp to compare with.
how can i get to that using asp, NOT .net
any suggestions would be great
cant select handle integer
ex
grade = 86
select case grade
case > 90
ltrGrade = "A"
case > 80
ltrGrade = "B"
case > 70
ltrGrade = "C"
case else
ltrGrade = "F"
end select
this doesnt work for me
i am used to win2000 and adding a web site under iis is simple, right click, new, web site.
how is this done in winXP?
all i have is the default and i have no options for adding a new web or ftp site.
i am a newbie nd my set of tutorials says $PHP_SELF, but my browser spits back
Notice: Undefined variable: PHP_SELF in Page on line 18
the phpInfo() thing uses server[PHP_INFO], but my tutorials page doesnt like how i am using the brackets.
please tell me why $PHP_SELF doesnt work, or tell me...
I have this javascript that populates a select box when you click on an option in a different select box. Once you are done selecting, i want to send the form with the options to another page that uses ASP to be loaded in the database, but when i get to the other page, it doesnt get either one...
I want to use text files for reviews and stories on my web site and cherish being able to test them locally before sending them to my web server. however, my local machine gives me an error when trying to create the Scripting.FileSystemObject. It does work on my web host, but i dont want to test...
I want to use text files for reviews and stories on my web site and cherish being able to test them locally before sending them to my web server. however, my local machine gives me an error when trying to create the Scripting.FileSystemObject. It does work on my web host, but i dont want to test...
I am using a dsn-less database and am receiving errors on my web server when trying to update a recordset using a disconnected recordset.
there are two functions i wrote, one to get an updateable rs and one to receive a recordset and update the database.
It works on a dsn databse, but now that...
I want to be able to create folders within my site, but i am not sure what drive my site will be on, so i didnt want to hardcode my drive letter.
I was hoping for a way to use a relative path from current page to creat folders, but it seems like it wants a drive and path, which i must get on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.