all groups > inetserver asp general > july 2007 > threads for july 8 - 14, 2007
Filter by week: 1 2 3 4 5
Error 8004020f when using CDOSYS
Posted by Larry D at 7/14/2007 2:07:49 PM
I have a client with a site that users can register at, we collect their
emails, if they have one, in an Access db. I have a page that uses CDOSYS to
send messages to those emails but I am getting "error '8004020f" when I do
this. About 75% of the members have emails so some email fields in th... more >>
How to persist checkbox selections across recordset pages
Posted by Parag Gaikwad at 7/13/2007 9:04:01 AM
Hi All,
I have a large recordset to be displayed on a ASP 3.0 page. I am using
recordset paging for this. For the next and previous link i am passing href
as
<a href=<Page URl>?page=<%= iPageCurrent - 1 %> for Previous.
Now when i display the contents i also add a checkbox (for deletion) to ... more >>
Hebrew Text from MS ACCESS shows ???? in ASP
Posted by Michael Groysman at 7/13/2007 12:00:00 AM
Hello. I am working in classic asp. Some of the field values inserted in
hebrew language(for mutli lang. site). It shows question marks or other
symbols inside asp page. I tried different codepage and charset commands but
it does not work. Please advise.
Michael
... more >>
Make sure first letter is uppercase
Posted by Middletree at 7/12/2007 11:31:56 AM
I want to take a value that users type into a field (actually 2
fields--first and last name) and convert the first letter to Upper Case. I
htought I could use UCase, but it seems to only work for an entire string.
Anyone got a suggestion?
... more >>
Microsoft.XMLHTTP
Posted by Vanessa at 7/11/2007 10:14:00 PM
I've been searching everywhere online to find an alternative method besides
using Microsoft.XMLHTTP (as it freezes the server up alot!!) but with no luck
at all.
I am using server side ASP, and some said to use Microsoft.ServerXMLHTTP
instead. However I have tried that as well and it still... more >>
String functions run on empty string
Posted by Tim Slattery at 7/11/2007 1:55:17 PM
I have a form in which several elements are expected to be all digits.
Some of those elements can be left empty, but if specified they must
be all digits. I have this Sub to edit them:
Sub NumEdit(ByRef Req, ByVal value, ByRef size, ByRef name, ByRef tag)
Dim allDigs
Set allDigs = new R... more >>
IIS 5.1, ASp.net 2.0 and session state
Posted by abhya at 7/11/2007 1:40:53 AM
HEllo,
I hav developed web application using ASP.net 2.0
there are just 2 pages only. Both are works fine in visual studio.
But same when i run on IIS 5.1 ....the page without session variable
works fine.
But the page with...even the Sub() with session variable won't
works.....even it automati... more >>
Call an asp page without opening a web Browser.
Posted by Miguel at 7/11/2007 12:22:13 AM
Hello,
I need to call an asp twice a day and I want to do it with an
scheduled task. The matter is that I want no Internet explorer window
to be opened. I do not need to see anything in the page. This ASP page
just executes an DB actualization, so it just have to be run.
Do you k... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web page write local application
Posted by Garry at 7/10/2007 6:13:28 PM
I need to build a web site that can automatically download a file from
the server to the users local C: drive and then open the file in Word
on the local PC)
How can I do this ?
One way would be to deploy an ActiveX control, or a .NET control,
although I dont know how to do this?
Any id... more >>
Emailing Form Results in HTML
Posted by Rob at 7/10/2007 10:16:02 AM
Hi,
I have a form (it works fine) but what I want to do is email the form
exactly as it is with the populated information. In otherwords, I want the
email sent to look just like the form that was filled out. I was able to get
it close but the problem I am having is that the form has a table... more >>
How to display the text using the response from the Radio button i
Posted by manju1234 at 7/10/2007 5:48:03 AM
Hi,
I need to write a code where if the user selects a radio button depending on
that i need to display the text. can any one tell me how i can do this ?
Thanks in adavnce... more >>
Don't submit form on Enter button
Posted by MichaelK at 7/9/2007 4:59:35 PM
Who knows how to prevent submitting a form on the press Enter button before
all fields on the form are filled up.
People just enter the first field hit Enter and it submits the form and
doing validation,
of course flushing with the bunch of messages because rest of the fields are
empty.
I re... more >>
Multiple pages pulling form a single text file
Posted by Matthew Kitchin (Usenet/Lists) at 7/9/2007 2:42:47 PM
Hello,
I've got multiple pages on the same server that all have the same drop down
boxes in them. It is a list of all our facilities. Every time there is a
change, I have to change it on every page. They are in the format below. Is
there an easy way to store all that data in a text file so I ... more >>
Submit scores to e-mail using asp
Posted by kate.white NO[at]SPAM homeserve.com at 7/9/2007 8:46:51 AM
Hi
I design and update the internal intranet for an insurance company and
have taught myself HTML and asp. I know enough to design feedback
forms, use java scripts and can just about submit information to a
databse but i dont know how to create a script to calculate a score of
a quiz i have cre... more >>
Data passing betw ASP & ASPX pages
Posted by Vanessa at 7/8/2007 6:54:02 PM
My company's internal website is written in ASP, and it has couple sections
that link to our internal software via function calls/include statements (The
website itself has a database, while our internal sofware is another
database). For example,
===============
test1.asp:
==============... more >>
check for http?
Posted by Bam at 7/8/2007 12:30:07 PM
Hey gang.
have a quick question, and I have searched for the answer, but maybe I am
not asking the correct question.
I have a form that a user submits their clan's website, and roster page.
What I want to do, is check to see if the field submitted contained
"http://" and if not, add it t... more >>
|