all groups > inetserver asp general > may 2004 > threads for may 8 - 14, 2004
Filter by week: 1 2 3 4 5
Don't show the page as a part of URL.
Posted by Matt at 5/14/2004 7:38:37 PM
The web page has page1.asp, page2.asp, page3.asp, etc...
However, When we type http://www.myserver.com, and go
to different pages, the URL will be unchanged. How to do that?
Usually, it will be http://www.myserver.com/page1.asp,
http://www.myserver.com/page2.asp, etc..., with the
actual page.... more >>
empty @@identity (sql server 2000)
Posted by Phil W at 5/14/2004 3:59:51 PM
Hi all,
Am having a bit of trouble with the @@identity field - I probably just have
that friday feeling and am missing off something obvious, but the below code
brings back am empty identity value ("sid" appears empty). I've definitely
set up an identity field in the tblSurvey:
set rsAd... more >>
how to get value from page.asp?value=myvalue
Posted by Mike Brearley at 5/14/2004 3:33:12 PM
I'm very new to this and have been searching for awhile with no luck. I
call an asp page with a link like href=page.asp?value=myvalue. Within
page.asp, how to I get the passed parameter? I want to know what value is
and be able to use it...
--
Posted 'as is'. If there are any spelling an... more >>
date format mmddyy in asp???
Posted by Wei.Huang NO[at]SPAM slps.org at 5/14/2004 2:11:55 PM
hi,
is there anyway that I can validate my date format in asp?? I have
tried like date=now(), that gives me like 5/14/2004, the format should
be mmddyy, no space, no dash, and has to include 0 if month is from
1-9, for example 01, 02, like that????
please help me out
thanks in advance
Wei... more >>
Sessions lost?
Posted by Curt_C [MVP] at 5/14/2004 1:50:15 PM
I've got two sites, on the same server, with the same pages (ones for test,
ones live) the only dif that I can find is the global.asa has different db
strings.
The sites (that I didn't write) are using javascript (not jscript,
javascript) as their ASP serverside language.
The sites login, set s... more >>
back to referring page
Posted by Mike Brearley at 5/14/2004 1:49:52 PM
I was wondering if there was an easy way to have a form set up so that when
the submit button is pressed, it goes to a confirmation page that contains a
back button that goes back to the page that called the form.
Basically, I'm looking at a scenario where 10 pages can call the form, but I
wan... more >>
Returning Identity.
Posted by TomB at 5/14/2004 1:21:50 PM
I tried the following
Set RS=CN.Execute("INSERT into tableX yada yadayada ; SELECT
SCOPE_IDENTITY()")
Using Profiler, I see the statement go through.
But ASP gives me an error saying RS is not an object.
"Operation is not allowed when the object is closed."
In these lines
if not RS.EOF... more >>
asp.net webpage connect to db on user computer
Posted by Neil at 5/14/2004 1:21:03 PM
I am trying to make an asp.net webpage that resides on my server. I want it to connect to a db on the users computer. How can I go about this? any leads
I want the users to use the logic in my webpage and run it on their personnal databases on their computers...will security get in the way, firewa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
syntax
Posted by Priti at 5/14/2004 9:19:15 AM
Hi,
My asp syntax is very lacking, it seems the double quotes that have been
done by me are not what asp is looking for. Anyone that could correct my
faulty thinking would be thanked.
Priti
Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href... more >>
MS SQL Database Question
Posted by mark | r at 5/14/2004 8:58:53 AM
I have shared hosting that can support SQL databases. i currently use
access. whats the process in...
a. converting access to sql
b. uploading the database file
is it the same as access, where i just ftp the .sql file online or is it
more complicated (i dabbled with mysql databases and that w... more >>
windows.print(), prints extra info
Posted by PW at 5/14/2004 7:00:56 AM
I'm using the windows.print() function to print a customers receipts from an
ASP. I've created a button to do it, like this ...
<td align=left>
<BUTTON TYPE=BUTTON
onClick="window.print()">  PRINT  </BUTTON>
</td>
Unfortunately I get some additional lines printed tha... more >>
Accessing FTP from ASP
Posted by Lenard Gunda at 5/13/2004 9:44:13 PM
Hi!
I am quite new still to ASP.
Is it possible to open an FTP connection in ASP?
I would like to download a file (short one), and display the contents on the
page. Previously I used PHP and it was quite simple there, but I didn't find
any information on this for ASP. Any suggestions?
Than... more >>
ASP .NET Web Controls
Posted by codeWarrior at 5/13/2004 7:51:02 PM
I'm having trouble working with web controls from the C# code behind file. Some controls are accessible to me programatically, and some are not
For example, I trying to hide, or display an <asp:Table> on post back on the page, here is my code
HTML
<asp:Table id="commentTable" runat="Server"><a... more >>
image upload and page refresh
Posted by Gary (Girish) at 5/13/2004 7:27:39 PM
Hello:
I am using SA-FileUp to enable members to upload their product
images
to my ISP sever. When member uploaded a new image file, the file name is
replaced with the member ID and the old file is then overwrited.
Here is the problem:
Member can uploaded new image at "Upload pag... more >>
using ADODB.stream to get results from a url query
Posted by Harry Hudini at 5/13/2004 4:42:31 PM
Hi,
I have an asp page that needs to display the string that is returned from a
cgi file.
As an example, if you enter http://mydomain.com/mycgi.cgi?98127398 in to a
browser, it will display YES or NO
I need to have my asp code query this url, get the resulting string, then
act upon it (b... more >>
need to launch an .asp page automatically
Posted by Danny at 5/13/2004 4:22:51 PM
Hello
I would like to run an ASP page each day at the same time automatically.
it reads from my product data and ftps the data to another server.
I am running on a windows system with IIS
I have no idea where to begin.
Is there anything else I can do?
it is not my own server so I don't hav... more >>
Configuring IIS (5.1) for multiple web sites
Posted by Todd at 5/13/2004 2:37:39 PM
Could someone help me find a tutorial (or perhaps instuct me) in the proper
way to configure IIS 5.1 so that I can design and test (using localhost)
multiple web sites. My problem arises when I try to debug ASPs that contain
virtual includes which assume that the ASP exists in the default web si... more >>
What function in JScript like VBScript's Int() function
Posted by W. Jack at 5/13/2004 2:08:40 PM
Hello,
in VBScript:
Int(11.4)=11
What function in JScript like this function?
Thank you
... more >>
Date Problems - ASP/SQL
Posted by Fawke101 at 5/13/2004 10:47:22 AM
Hi there,
I have a date field in SQL server - that holds dates as DD/MM/YYYY format
(GB).
Now, i have an ASP application that Adds/Edits records in this table; and i
am having real problems with the date field in the ADD and EDIT (update)
part for this app.
Basically, i receive and Error... more >>
ActiveX component can't create object: 'CDONTS.NewMail'
Posted by aa at 5/13/2004 10:34:38 AM
I am using IIS5 on winXP,
and when I using progrma writing with asp, I get the error
ActiveX component can't create object: 'CDONTS.NewMail'
whats wrong?
... more >>
Javascript Yes/No
Posted by Fawke101 at 5/13/2004 10:33:37 AM
Hi there,
I have searched for some examples, but to no real avail, for a JS function
that displays a user Yes/No dialog box.
Basically, i have an ASP application that displays a SQL table on an ASP
page.
I have created a "Remove" hyperlink (in a loop) by each record and i need to
use an On... more >>
cannot run .aspx file
Posted by jerri at 5/13/2004 10:11:55 AM
http://www.geesegroup.com/
can any help me to figure out, what is happening? i cannot run my .aspx
i had properly setup the IIS and .NET framework 1.1
--
Regards, jerri
... more >>
How do I store an array of data between pages?
Posted by google NO[at]SPAM colinsteadman.com at 5/13/2004 9:01:44 AM
Hope this makes sense!
I'm building an ASP page which allows uses to add items to an invoice
via a form, ie:
Item No Part No Order No Quanity Units Price VAT
------- ------- -------- ------- ----- ----- ---
.... ... ... ... ... more >>
Array with blank value
Posted by Emmett NO[at]SPAM Silico-Research.com at 5/13/2004 6:45:47 AM
Hi,
I have a form with a table with two fields SelectionID and Experience.
I am posting the data to a database using an array function. I have
set out the code below.
The problem I am having is where the Experience field is blank I get
an Microsoft OLE DB Provider for ODBC Drivers error '80... more >>
#include and fully qualified file references
Posted by scat NO[at]SPAM iinet.net.au at 5/13/2004 5:51:56 AM
Hi,
I'm trying to fully qualify a reference to a file residing elsewhere on my machine.
On my local machine
<!-- #include file='C:\Development\test.htm' -->
Or on WebServer
<!-- file='http://rtdabi01/Development/test.htm' -->
but get the following error.
Active Server Pages, ASP 0126 (0... more >>
Unspecified error
Posted by MC at 5/13/2004 4:41:09 AM
Anyone got any suggestions for this? Have had a google but without success!
Error Type:
(0x80004005)
Unspecified error
/librarysql/main.asp, line 17
Code:
Dim conn, rs, username, password, sql
Set conn = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Reco... more >>
Request values on ASP requested from SRC on another page
Posted by ibflyfishin NO[at]SPAM yahoo.com at 5/12/2004 9:19:08 PM
Howdy
I am displaying an image on an ASP page using an <IMG Src=Image.asp>.
Image.asp delivers the image using BinaryWrite. This is done to keep
the images from being harvestable. My problem is I don't want
somebody to be able to come directly to Image.asp so I wanted
Image.asp to be able ... more >>
ASP .NET Web Controls
Posted by codeWarrior at 5/12/2004 8:01:11 PM
Hi
I'm having trouble accessing controls in an ASP code behind file. Here is an example
HTML
<asp:Table id="commentTable" runat="server" Visible="False"><asp:TableRow><asp:TableCell><asp:Repeater Runat="server" ID="comments" DataSource='<%#DisplayComments(DataBinder.Eval(Container.DataItem, ... more >>
Running ASP.NET from Another Directory
Posted by Shahir A. Ahang at 5/12/2004 7:05:13 PM
Sorry for the cross-post as I am not sure which group to post this question
to. I am trying to run an ASP.NET application in IIS 6.0. If I have my
application in the c:\inetpub\wwwroot\app1\ directory, which the Default
Website is pointing to, the application works. However, if I create a new
... more >>
Open Word Doc from asp
Posted by Anne Richmond at 5/12/2004 3:10:24 PM
I got the following code from a website somewhere. When I try to run it I
get the error - Activex component can't create object "Word.Application".
It is running on localhost and test2.doc does exist.
What have I missed?
<HTML>
<HEAD>
<SCRIPT LANGUAGE=VBScript>
Dim objWord
Sub Btn1_onc... more >>
How to get HTML text string from dynamically built control?
Posted by Alex Elbert at 5/12/2004 2:26:03 PM
Hi
I have built dynamic HTMLTable. Now I want to attach it directly to the Email Body - it is already built, so why not to use a ready table. However, I cannot find the way of getting plain HTML text out of dynamically built control. I tried to put my table between div and read div.innerHTML then -... more >>
CDO and sessions
Posted by Travis Pupkin at 5/12/2004 1:45:28 PM
Hi,
I had a contact form set up using CDONTS.NewMail and it worked fine for
about two years. I just went in and changed the object to CDO.Message,
and adjusted a few of the properties, and while the e-mailing portion of
the code still works, none of the session variables on the page work an... more >>
Submit Form Elements to Insert Multiple Records into a Database
Posted by sans_spam NO[at]SPAM yahoo.com at 5/12/2004 1:31:01 PM
Greetings! I have a table that contains all of the function
permissions within a given application. These functions are different
sections of a site and each has its own permissions (READ, WRITE,
UPDATE, DELETE) which are controlled by a web frontend and the table
records are manipulated to cont... more >>
copy and paste form RTF document into field in asp form cause it to bypass field length and javascript validation - how to overcome?
Posted by NotGiven at 5/12/2004 1:29:01 PM
I have a web form with several fields. If I copy & paste from a RTF
document into a field, the javascript validation and field length are
bypassed and cause the form to fail.
Any ideas?
... more >>
Server.MapPath connection string question.
Posted by Dave at 5/12/2004 12:39:21 PM
I have two sites:
www.site_A.com & www.site_A_news.com
Site_A is in d:\webs\site_a & uses an Access DB in
d:\webs\site_a\data\db.mdb
Site_A_news is in d:\webs\site_a\site_a_news also requires access to
that Access Database.
How should I setup the connection string so both webs can sh... more >>
String Parsing Query
Posted by RH at 5/12/2004 11:39:53 AM
<SELECT name="txtServices" size="3" multiple>
<OPTION value="Massage">Massage</OPTION>
<OPTION value="Facials">Facials</OPTION>
<OPTION value="Wet & Dry Body Treatments">Wet & Dry Body
Treatments</OPTION>
<OPTION value="Medical Treatments">Medical Tr... more >>
opeing a new window
Posted by YouKnowIt at 5/12/2004 10:48:03 AM
When I use response.redirect or the href to open a new window the sessionID
aslo changes. Is there a way to open a new window from the same session ID
in C# using .Net?
Thanks!
... more >>
Folder permissions
Posted by Kim Lots at 5/12/2004 7:54:55 AM
Hi
Sorry to disturb you again but i really like to know
what's the NTFS folder permissions on a "virtual directory" folder
for a public webserver iis 5.x running ASP 3.0 with an Access DB on a
w2k pro machine with anonymous access.
Fyg this is non commercial website for neighbour members in... more >>
asp 404 error page question
Posted by JPElectron at 5/12/2004 1:25:07 AM
I'm looking for a way to redirect based on when more than one condition is
met, I think I proably need some if/then statements? Can someone provide a
sample code or point me in the right direction...
Here's what I've got:
<%
Dim sScriptname, sRedirect
sScriptname = LCase(Request.ServerVar... more >>
Automatic Time Input
Posted by GitarJake at 5/11/2004 10:16:01 PM
Hello all,
I am very new to ASP programming. My experience so far is limited to VBA
in Windows based apps like Access, Excel etc.
Is ASP event driven like Visual Basic?
If so, can ASP cause the server time to be input into a field on a double
click event?
Thanks,
Jake
... more >>
SQL and ASP
Posted by MC at 5/11/2004 6:38:11 PM
I'm trying to use ASP pages generated in Frontpage to update an SQL server
database. I can view information from the database but cannot update, I
just get a message saying an error has occured. I am not too worried about
security, I'd be happy with one login that has the rights to do anything ... more >>
SQL and ASP
Posted by MC at 5/11/2004 6:37:11 PM
I'm trying to use ASP pages generated in Frontpage to update an SQL server
database. I can view information from the database but cannot update, I
just get a message saying an error has occured. I am not too worried about
security, I'd be happy with one login that has the rights to do anything ... more >>
SQL server and ASP
Posted by MC at 5/11/2004 5:26:13 PM
I'm trying to use ASP pages generated in Frontpage to update an SQL server
database. I can view information from the database but cannot update, I
just get a message saying an error has occured. I am not too worried about
security, I'd be happy with one login that has the rights to do anything ... more >>
How to run a DOS command from ASP
Posted by PW at 5/11/2004 5:24:55 PM
How can I run a DOS command from my ASP ?
(prefer to use html/vbscript solution rather than 3rd party add-ons)
... more >>
doing a search
Posted by middletree at 5/11/2004 4:13:39 PM
Intranet tech support system using ASP/VBScript running on W2000 Server,
IIS, and using SQL Server 2000. I need to add a search engine. The problem
with using a regular SQL query is that if you put a phrase, say "red car" in
the text box, to hit submit, my SQL qurey would only look for that phra... more >>
NTFS permissions
Posted by Kim Lots at 5/11/2004 1:05:05 PM
Hi folks
Let say I have one virtual directory (IIS 5.x) pointing to a folder
on my G: drive what would be the minimum NTFS permissions (w2k pro)
for users & groups on this folder considering I'm running ASP 3.0 with
an Access DB?
Tia
... more >>
searching through results
Posted by Joey Martin at 5/11/2004 12:55:53 PM
I know how to use the LIKE command in a query but how do I do it in the
results of a recordset?
results="<b>Hello</b> World"
I want to search the above result and if it has a <B> in it, I want set
hasabold="Y"
I need to be able to search through a large amount of text so the BOLD marks
... more >>
Sending Many emails at once
Posted by Stuart Mueller at 5/11/2004 11:48:00 AM
I have an exchange server, that I sometimes use to perform mail shots to
clients on our database, these can be upwards of 1000 at a time.
As we don't want different clients to see who we are working with we put
these mailshots in the bcc field of the mails.
This can sometimes cause a problem a... more >>
C# Session("USERID") = "NAME";
Posted by TWACS at 5/11/2004 11:08:55 AM
How do I add and get session defined variables?
when I do this Session("USERID") = "NAME"; I get
System.Web.UI.Page.Session' denotes a 'property' where a 'method' was
expected
Thanks,
Bryan
... more >>
adding fields or tables
Posted by Alistair at 5/11/2004 10:23:16 AM
Access 2000
hi peoples,
is it possible to dynamically add a field into a table? or add a table?
Lets just say that I have a DB with 10,000 entries and about 5MB in size. I
want to add a new feature and for this i need to add an extra field to the
table. I don't want to d/l the DB, make th... more >>
ASPX - Anonymous Access in IIS 6
Posted by muzerb at 5/11/2004 10:14:17 AM
What are the account requirements for aspx pages to be accesse
anonymously on Windows 2003 server?.
When I view my aspx page in a browser locally or remotely I always ge
prompted for user and password. When I provide credentials for user i
the admin group the page displays correctly.
I do ... more >>
set position and size of new window openned from hyperlink
Posted by Paul at 5/11/2004 9:26:04 AM
Seems like this should be easy to do-need to set the position and size of a web form that is opened from a hyperlink column in a datagrid. I was guessing I could set properties in the webform properties box but did not see any for size
Also thought possibly I could set this in the page load event ... more >>
About Excel.Application
Posted by David Huang at 5/11/2004 7:19:44 AM
Hi:
When I use the Excel.Application object in window 2000 Advanced Server,
I have the following issue
'------------------------------------------get excel template file
'create excel application
Set xlApp = server.CreateObject("Excel.Application")
'open excel file
Set xlbook =... more >>
variables
Posted by MC at 5/11/2004 2:53:10 AM
I'm trying to reference a username variable that is saved after the user
logs in. I can reference it using $(Username) in standard html parts of the
page but how do i use it in the script sections enclosed with <% %>
I'm sure this is simple but can't find it anywhere!!
Thanks in advance... more >>
ASP General Question
Posted by hilla NO[at]SPAM tactix.cc at 5/11/2004 12:51:18 AM
Hi,
Im sorry this question might seem trivial, but Im new to this..
I want to be able to use functions from a DLL (written in C++ or Visual Basic)
in an ASP.. - So actually the ASP calls these functions and gets answers back.
Is this possible?
If yes can someone show me how to do this?... more >>
File System Object
Posted by William E Hatto at 5/10/2004 11:20:02 PM
Hi all,
I have an ASP Page that reads in the contents of a directory on the web
server.
My page hangs when it gets to 'MyFolder=set fso.GetFolder(FlrPath)'.
The FldrPath holds the correct path and fso has been set to
'Server.CreateObject("Scripting.FileSystemObject")'
Does anyone have ... more >>
Window authentication
Posted by Wzaq at 5/10/2004 11:06:02 PM
Dear Expert,
I want to use window authentication in my asp page. This code allow me to do that but i just need a few user in the server can access this page. Isn't I need to configure at IIS?.
<%
If Request("REMOTE_USER") = "" Then
Response.Status = "401 Unauthorized"
elseif... more >>
ASP; open the cash drawer via receipt printer
Posted by PW at 5/10/2004 10:57:46 PM
I have an electronic cash drawer as part of a point-of-sale installation.
You're supposed to be able to automatically open the cash drawer with some
printer commands (drawer is connected to the receipt printer) but I can't
get it to open automatically. I want it to open when the customers rece... more >>
Can multi queries be done in ASP pages?
Posted by Lord Merlin at 5/10/2004 10:52:55 PM
The following statement works fine in SQL Query Analyser: SELECT count(*) as
a from NEWUSERS WHERE activated='Y'; SELECT count(*) as b from NEWUSERS
WHERE activated='N' -- It returns two values, yet when I have it in a .asp
file, it only displays the first value. Is there anyway around this, with... more >>
Multi site query
Posted by Steven Burn at 5/10/2004 10:16:46 PM
Forgive the subject but I wasn't sure what to call this. Basically I am
looking at the possibility of having a page on my main server, that will go
out to my other site's and return whether they are online or offline.
Unfortunately I can't use controls or crons (what my host calls them) to do
... more >>
how do you guys accomplish this
Posted by Danny at 5/10/2004 6:38:39 PM
I am tyring to find the site, but I am seeing more and more web sites with
the really long html names and also nicely broken down by category that sits
on a related directory and/or subdomain on the server.
so like:
a white kenmore gasrange would be:
http://forthekitchen.someappliancestore.co... more >>
Calendar / Album style resultset
Posted by Adam at 5/10/2004 5:32:56 PM
Hello everyone,
I am trying to make my result set print out the results in the same style as
a calendar or photo album. I am actually making a photo album, and I can
only print the results in list format. I would like to have 3 or 4 results
per table row. Then once I have 3 or 4 results across... more >>
MapPath Strange behavior locally
Posted by Ahmed El Lakani at 5/10/2004 4:03:07 PM
hi all,
i've a legacy ASP.NTT code that works fine, but now i'm trying to add new
feature
so i get the files from our source safe and put them in "d:\Projects\mySite"
and created a new virtual directory for it and make it point to the project
Directory
, till now every thing is ok,
... more >>
Geting the authenticated user
Posted by Sameh Ahmed at 5/10/2004 2:40:11 PM
hello there
need to get the user who is viewing the current page.
or even just the authenticated user.
Any ideas?
Thanks in advance.
Regards
Sameh
... more >>
file compare with highlight the difference
Posted by jyoti at 5/10/2004 12:33:03 PM
I am new in asp. I have two html files. I like to write
code to compare those two files. I like to show the
difference as highlighted area.
Example: File 1 contains:
<html><body> Compare Test</body></html>
File 2 contains:
<html><body> Compare Test mod... more >>
mass emails, non-listserv solution
Posted by Joey Martin at 5/10/2004 12:20:58 PM
My client does not want to use a listserv. He wants to send 5000+ emails,
once everyday to our members. Our hosting company has agreed to this.
What are my options here?
I know I can write a basic looping SQL script, but that would take
forever....
What about an "email queue" through SQL? B... more >>
Date format in ASP
Posted by Giorgio Cervati at 5/10/2004 10:48:15 AM
Hi,
is there a way to 'force' ASP date function to return date in a given
format; I mean, my need is to force 'date()' function to give me system date
in italian format instead of english (O.S. is in english as well as locale
settings for IIS anonymous user); is there a directive or somethin... more >>
Url to current page
Posted by Mats-Lennart Hansson at 5/10/2004 8:37:38 AM
Hi,
I need to extract the url to the page I'm currently at. For example, if
someone types http://www.mydomain.com/help/help.asp?param=1
I want to extract all this. I've looked att HTTP_REFERER, but it only gives
me the address from the page I came from (and it only exists if I clicked on
a li... more >>
FP2003 hyperlinks passing data with asp
Posted by Ray at 5/10/2004 6:13:05 AM
At this URL, http://www.cclweb.co.uk/notjustbooks/Temp/add_items.asp, I am
hyperlinking to another page and passing some data along the link. That
works fine, but I also want to be able to show either a graphic or some
suitable text for the link, but all I can ever get it to show is
<<Identifier... more >>
Multiple values for radio buttons
Posted by Emmett NO[at]SPAM Silico-Research.com at 5/10/2004 4:53:22 AM
Hi,
I have a form on a web page with a number of radio buttons bound to
the same field. Is it possible to set up the form so that users can
select more than one radio button to submit multiple values to a field
in the way that you can, for example, in a drop down field?
Thanks in advance fo... more >>
error '800a040e'
Posted by plelkes NO[at]SPAM chello.se at 5/10/2004 4:29:27 AM
Hi,
the enclosed code loops through a recordset for time and date. and printing out
name and volym if certan conditions are met.
<%
dat = ""
tp = ""
vt = 0
et = 0
vd = 0
de = 0
Do While Not rs1.EOF
If dat <> CDate(rs1("Dag")) then
If tp <> CDate(rs1("tidpunkt")) then
if not tp =... more >>
Problem with submit
Posted by mikael NO[at]SPAM home.staertesjoen.se at 5/10/2004 3:21:32 AM
Hi all,
i have a problem. The user will fill in som textboxes in a form with
a submit button. When the user click the button the form submits
and my asp script fires...
if not isempty(Request.Form("search")) then
....
....
end if
but if the user click the return tab the page just reload an... more >>
Date/time comparison problem
Posted by Jon at 5/9/2004 11:16:13 PM
Hi,
I am trying to pick up records from a date range without much luck. For my
example below I am trying to pick up all records made in the last month.
However none are being found (my code is tried and tested for all records).
My database is in Access format. Field "datetime1" is of Date/Tim... more >>
Delete records or update records
Posted by Dan at 5/9/2004 4:21:02 PM
I created a form that will update or delete a record using ASP and FrontPage 2002. This worked fine until I loaded the .Net framework 1.1 on my Win 2K server. Now when a user tries to delete a record or perform an update of a record the following error is given.
Your page contains a query with ... more >>
a question about auto submit to a frame
Posted by jack.lee at 5/9/2004 4:09:09 PM
Hi,
There are two frames in an asp page.When a frame loads,I submit a form
to the other frame in onload event.Sometimes the code works fine,but
sometimes it will submit to a new window.
Why does it happen? how to resolve it?
Thanks in advance!
jack
... more >>
Multiple postback collision?
Posted by PaulJ at 5/9/2004 2:01:03 PM
Using a VB aspx web form I have a TextBox web control and a DropDown List web control that both
AutoPostBack to the server when their state has changed. When the user is in the TextBox, changes the
text and using the mouse selects the drop down list control, the view state is destroyed and a blank... more >>
ASP Page Produces 50MB Response
Posted by Tim M at 5/9/2004 7:51:03 AM
H
I have developed an ASP application that can send as much as say 150MB of XML data to the client, if all records (approx 6,000) in the database are returned. Normally, users would choose filtering options and at most about 500 records would be returned at any time. It is rare for this volume ... more >>
An Remote Folder question
Posted by mvenkataraman NO[at]SPAM hsc.wvu.edu at 5/8/2004 11:43:05 PM
Hi guys,
I tried creating an application and it worked fine in the localhost. I
uploaded the same into the web in a remote folder. The select or edit
query in the application works fine. Whenever an add or update or
delete query is run it gives me an error saying
ASPCode:
ASPDescription:
Cate... more >>
Calling an asp script from an asp script
Posted by Simon Wigzell at 5/8/2004 8:42:05 PM
My webpage assembles data from a database for display as an html webpage. I
would to have the ability for my clients to have custom scripts to control
the display. I would like the behaviour of just including the script e.g.:
<!--#include file="MyScript.asp" -->
but the problem is I don't kn... more >>
How to simulate HTTP POST using headers?
Posted by Luis Faisco at 5/8/2004 8:33:31 PM
Hi,
my problem may be trivial but I have been searching for an answer to this on
the web without success. Hope you can help.
This is the scenario: I am making a wizard composed of several steps, each
step being a form with the post method. The first steps may be completed
whether the user i... more >>
ASP Question
Posted by donald at 5/8/2004 5:58:33 PM
Hi all I am new to asp and had a question, I have a database driven site and
would like to have an option showing the last 10 records added to the
database, does anyone know if a) this is possible and b) how to do it?
Thanks alot.
... more >>
Problem with reading a text file
Posted by Suchi at 5/8/2004 6:32:28 AM
Hi all:
I want to read a textfile from an ASP program.
My program is like this:
Set fso = CreateObject("Scripting.FileSystemObject")
workFile=http://localhost/Readme.txt)
Set textFile = FSObj.OpenTextFile(workFile)
lines = split(textFile.ReadAll, VBCrLf)
textFile.Close
... more >>
newbie ASP question
Posted by MC at 5/8/2004 12:48:14 AM
I'm new to this asp thing but would like to know if it's possible to make a
login page that has a hyperlink instead of a button to actually login?
... more >>
|