all groups > inetserver asp general > november 2003 > threads for thursday november 27
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
displaying recordset in columns.....
Posted by bryan.bedford NO[at]SPAM excite.com at 11/27/2003 8:36:31 PM
I have a results table that is 5 columns wide. the recordset is
returned with 48 items. I have no problem displaying 5 per row until I
hit the last row where i get a ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a c... more >>
How to send mail using ASP through proxy server
Posted by Edward at 11/27/2003 8:18:25 PM
My computer is at intranet,I want to use following code to realizing
function of sending mail.But this program only can send mail between
intranet.If I send mail in internet,I need to through proxy server,the proxy
method is HTTP(proxy server:xx.yyyy.com,port:8080,username/password),I want
to us... more >>
Aaron - CDO..(again)
Posted by Rob Meade at 11/27/2003 6:47:33 PM
Hi Aaron,
Soz to start a new thread, wasn't sure if you'd have spotted another entry
to the last one...
Regarding your post ..
"CDO is by far the better option. The only reason it wouldn't work is if
you
are running NT 4.0 server anywhere - CDO was first included with Windows
2000."
... more >>
IP address
Posted by David at 11/27/2003 5:32:15 PM
Hi
I'm trying to get remote ip address and local ip address
of the user (i.e. machine name) but i couldnt find out it.
however i can see the public remote ip address.here is
the little code that i have written..
<%
For Each Item in Request.ServerVariables %>
<tr>
<td><%= Item %></td>
... more >>
XMLHTTP - trying to replace incorrect displayed chrs with the correct ones
Posted by Graham Mattingley at 11/27/2003 4:17:42 PM
Hi Group,
I have used xmlHTTP to grab a page from a server.. The page has the '£'
symbol in it, when it get to my site it is displayed as a '?'.. I have tryed
replace every way I know and it does not swap back..
I have tryed replace "?" , "£"
I have tryed chr(63) , chr(163)
I have tryed ... more >>
How to upload file in asp.
Posted by news.online.no at 11/27/2003 2:09:15 PM
Hi,
I'm working on a asp-application where I shall upload a xml-file from the
user,
and then process til file (xml) for insert into a database. I'm currently
using
a "INPUT-field of TYPE=file" to browse for file, and a extra submit button
to
perform the actual transfer and start file-proces... more >>
Encoded and Textarea
Posted by Joel at 11/27/2003 11:57:34 AM
Hi there,
Is there a simple way to get the content of my textarea
not encoded !? My text area has comments in it and right
now, I have to replace all encoded characters... what a
pain.
Thanks... more >>
XMLHTTP POST DATA HELP !
Posted by Graham Mattingley at 11/27/2003 11:01:35 AM
Hello I had this idea that I thought was going to be really simple, and I
just cant get it to work..
I have use an affiliate link on my site, and I did not like it because it
did not have my sites banners on it, so I asked the permission of the other
site to change the display and they aggreed... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help,I can't merge word document in the server
Posted by lee_j at 11/27/2003 10:34:35 AM
Hi,
I want to merge a word document in the server to display in
the client side.The merge code is in a dll.In the asp server script,
I invoke the dll to merge.It raise an error when I use the default
IIS user.When I change the IIS user to administrator,It work well.
I don't know how I shoul... more >>
Help, I can figure this out at all..
Posted by Graham Mattingley at 11/27/2003 1:47:47 AM
Hi am trying to send POST varables using XMLHTTP and for me it just dont =
work... this is the code below, can anybody see anything wrong. My page =
that I have called quote123.asp will display posted varables as I have =
tested it with another form ???
The weird thing is I got this code for 4... more >>
|