all groups > inetserver asp general > september 2005 > threads for september 29 - 30, 2005
Filter by week: 1 2 3 4 5
How to keep the data in the form fields visible after the submit button is pressed
Posted by karenmiddleol NO[at]SPAM yahoo.com at 9/30/2005 9:37:00 PM
I have the following form the user enters the From and to period and
presses the Submit button and the form fields are cleared once the
submit button is pressed.
Is there a way I can keep the Form fields visible and not cleared.
Also when I display the message I want the original form cleare... more >>
CDONTS error - too much data?
Posted by Griff at 9/30/2005 5:34:10 PM
I have been using the CDONTS component on Windows 2000 to send emails for a
long time now (code below).
However, over time, the report that I am sending has got rather longer and
it now gives me an "unknown exception" error. However, I know that it's
because there's now too much data (If I... more >>
Help!!!!!!
Posted by namssalg at 9/30/2005 4:20:15 PM
Hi i have a web page for a glazing business and want to offer a online
price calculater, the options to select would be :
Type of window Wood,Upvc, Aluminium (drop down box)
Type of Glass : Clear, pattern (drop down box)
Decoration : Georgian, leaded , etc (drop down box)
Size : Width... more >>
Visual InterDev 6 web project wizard and IIS question
Posted by strutsng NO[at]SPAM gmail.com at 9/30/2005 11:36:42 AM
I have 3 questions regarding IIS and ASP project creation in Visual
InterDev 6.
1) In Visual InterDev 6, When I create a new project using web project
wizard, I
put C:\Inetpub\wwwroot\proj as location, and it shows the following
error:
cannot create a disk-based web application in
'C:\Ine... more >>
Basic Authentication
Posted by Vittorio Pavesi at 9/30/2005 11:23:42 AM
Hello,
I'm using MSXML2.ServerXMLHTTP to get a web page using an url with basi
c authentication (e.g. http://user:password@www.mysite.it).
Microsoft denied basic authentication within Internet Explorer URL (see
KB 834489) so I'm unable to get the page contents.
The client-side workaround ... more >>
searches and returns with an apostrophe
Posted by JJP at 9/30/2005 11:12:04 AM
hi,
I am searching a SQL database from an ASP page.
When the user enters criteria with an apostrophe in it, result set is empty
when there should be records.
For example, the SQL database contains the record Children's Museum
When a search is done without an apostrophe i.e. "children", the r... more >>
Suspecting submit form error
Posted by Andy Kasotia at 9/30/2005 10:39:30 AM
I have an ASP UI with VB Dll as a COM object that access the DB2
Database.
I have a "Calculate" button on the ASP Page which when clicked does form
validation (javascript) and submits the form (Javascript) to the same
ASP page. When the ASP page receives the form information it stores all
the... more >>
What is wrong I want the form and the form validation in the same page
Posted by karenmiddleol NO[at]SPAM yahoo.com at 9/30/2005 7:01:09 AM
I have a simple form to accept two form fields and display the values
entered on pressing the submit button. The following is the form I have
created to accept the two entries and display the form fields on
pressing the submit form. It does not work can somebody please correct
the code or provid... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP ... ? somone help PLEASE!
Posted by zac123 at 9/30/2005 6:52:11 AM
thanks for that everyone, i will have a look at the free ms program a
suggested. but i think i will probably stick to designing static htm
pages, which i have just about mastered.
its just a shame - i wanted to be able to do the whole thing, desig
and applications. it just seems a bit silly t... more >>
show all files in the directory, but how to show directory control??
Posted by strutsng NO[at]SPAM gmail.com at 9/30/2005 12:14:47 AM
I want to write an asp page that allows the user to choose the
directory, and it will show all files in that directory.
I used the tag <input type="file">, but this is for selecting a file,
not directory.
<form action="process.asp" method="post">
<p><input type="file" name="mydir">
<p><input... more >>
Check if a document is loaded in ASP
Posted by vanisathish NO[at]SPAM gmail.com at 9/29/2005 9:45:07 PM
I am using an ASP to update some table contents on my HTML page by
calling the ASP page using hidden frames.
But the ASP script seem to get called even before the HTML FRAME is
loaded ie.(operlayout_preload.html). Is there a way to check in ASP
that it should start running only after the html ... more >>
How to log ASP-error codes?
Posted by Michael Bender at 9/29/2005 6:39:26 PM
Hi everybody,
I would like to write ASP error codes in a log file. Error message would be
for example:
ADODB.Fields error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name
or ordinal.
/ASP-application/page1.asp, line 67
I've learned that it is possi... more >>
Browser Capability
Posted by Prabhat at 9/29/2005 3:07:56 PM
Hi All,
I have IE6.0 SP1 and I executed one asp file with the below script to check
the browser capability but see the result below the script...Copied from
MSDN :)
<% Set bc = Server.CreateObject("MSWC.BrowserType") %>
Browser: <%= bc.browser %><BR>
Version: <%= bc.version %><BR>
Support... more >>
Server Application Unavailable
Posted by Chris Davoli at 9/29/2005 12:28:02 PM
I'm getting these errors:
IN VS.NET:
The web server reported the following error when attempting to create or
open the web project located at the following URL:
'http://localhost/webapplication1. 'HTTP/1.1 500 Internal Server Error'.
IN BROWSER:
Server Application Unavailable
The web a... more >>
ASP ... ? somone help PLEASE!
Posted by zac123 at 9/29/2005 6:29:20 AM
Thanks Jeff,
what i'm looking to do is to be able to create forms and have a secure
login area.
how can i get the data that a user inputs to my ms sql database and
then collect that data from my desk top pc?
lets just say i have a simple contact form , should this page be html?
and how... more >>
|