| Thread | Last Post | Replies |
|
| Using Distinct when populating a Drop-Down Box | 31 Oct 2005 23:51 GMT | 2 |
I have a Drop Down box that is being populated using the SQL Distinct command. How do I get it so it doesn't show Null values? Here is my SQL statement sSQL = "SELECT DISTINCT Title FROM Everyone ORDER BY Title ASC"
|
| Basic Authentication | 31 Oct 2005 19:03 GMT | 1 |
I have an XML file which I access from a remote server like Set http = CreateObject("MSXML2.ServerXMLHTTP") http.open "GET","http://www.andrewlouis.co.uk/viewcountries.xml",false http.send
|
| Javascript to read asp variable | 31 Oct 2005 14:16 GMT | 5 |
Is it possible to read any ASP variable from a javascript file (.js) ? Thanks Prabhat
|
| problem setting up web site (iis5) with asp | 31 Oct 2005 12:35 GMT | 4 |
I cannot understand why, I simply create a new web site using Windows 2000, IIS 5. I use say c:\test as a home page, in this folder there is a file homepage.asp.
|
| Display XML Element in ASP | 31 Oct 2005 01:49 GMT | 3 |
I'm trying to write a piece of ASP that will allow me to display only one element of a XML file. I am new to XML and wanted to find out what I am doing wrong. I think it may be to do with the nodes ? When this is currently run it comes up with the error "Overflow" ('800a0006').
|
| get page name?? | 30 Oct 2005 10:30 GMT | 3 |
Is there a way to get the name of the page that was submited to another asp page??
|
| Sessions not working correctly on ASP page | 30 Oct 2005 05:38 GMT | 4 |
I have an ASP login section on my site that is experiencing some problems. Go to the following page and create a fake account (this is a test environment, so don't worry): http://seminarystreet.com/dev_testing/registration/default.asp
|
| problem with code (newbie) | 29 Oct 2005 14:26 GMT | 4 |
I have the following code: Basically when I enter the server name and hit the "submit" button, IE says "the page cannot be displayed.There is a problem with the page you are trying to reach and it cannot be displayed.".
|
| Edit quote line | 29 Oct 2005 12:57 GMT | 1 |
I am writing an asp app for generating quotes. What I would like to do is allow the user to edit the quote lines without having to open a new page each line. On the quote I have created a loop which goes through the recordset and
|
| forms | 29 Oct 2005 10:08 GMT | 4 |
hi - I have a form with 6 multiline text boxes each accepting data to be stored in a memo field. the form accept as much date as can be typed, but refuses to send data after a certain limit (havent actually counted the # characters)
|
| Check directory/file protection? | 28 Oct 2005 20:04 GMT | 3 |
Using ASP in a VBScript environment, how can I check the protection on a directory, or a particular file?
|
| ASP File Element | 28 Oct 2005 19:43 GMT | 9 |
How can i find an asp file's TAG like input, button from another asp file... For example i call a.asp from internet explorer and i want to list b.asp 's elements.(input, button, etc...) Thanks alot.
|
| How to change script to delete record after on year. | 28 Oct 2005 17:17 GMT | 1 |
How do I change this script to delete records after they are one year old? RSa.MoveNext Loop
|
| problems with soapclient30 | 28 Oct 2005 16:53 GMT | 1 |
this code bellow get data from a web service (tradicional asp) but result is not parsed into XML ... that is, JUST get "cat4" instead of "<animal><name>cat</name><legs>4</legs></animal>
|
| Random String | 28 Oct 2005 15:13 GMT | 2 |
What am I missing here. Why doesn't this produce a random string. It is kind of random. <% Const ConstantLower = "bcdfghjklmnpqrstvwxyz"
|