all groups > inetserver asp general > october 2004 > threads for october 8 - 14, 2004
Filter by week: 1 2 3 4 5
Too many dropdowns on an ASP page
Posted by Nimi at 10/14/2004 6:27:25 PM
My ASP page contains around 35 dropdown controls. If I try to open this page
from a Win98 OS , the dropdowns appear jumbled up. They overlap on each
other. However, this problem is not reported on any other Windows OS. Any
ideas please ??
... more >>
Delete Files In Directory!
Posted by Anthony Judd at 10/14/2004 4:18:15 PM
Hi all,
I am wanting to delete all files contained in a directory.
I won't have the name of the file...
Can i do this somehow??
Help Appreciated.
AJ
... more >>
ASP IDE
Posted by Gordon at 10/14/2004 4:17:02 PM
Microsoft has a great IDE for Visual Basic. What IDE (microsoft or
otherwise) is good to use for developing in .ASP?
Thanks,
Gordon... more >>
ASP version
Posted by Utada P.W. SIU at 10/14/2004 2:28:11 PM
Dear All
I think I stayed in asp 2.0 stage
can anyone give me the website of latest version of ASP so I can update my
skill
Thasnk~
... more >>
resizing GIF images
Posted by Joey at 10/14/2004 10:20:30 AM
I currently use ASPImage and resize JPG files with no problem. How,
though, do I resize GIF images? Is there a different component?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Forms Authentication
Posted by Bryan Freeman at 10/14/2004 10:17:03 AM
I have an interesting forms authentication issue ...
Our application has many co branded sites (ie.
http://cobrand.application.com). These URLs actually point to the physical
folder structure of http://www.application.com/cobrand, etc. Each co brand is
essentially a copy of the application... more >>
connection to db best practices
Posted by Mike D at 10/14/2004 9:07:09 AM
What are the best practices when using a db and include files?
I typically store my connection string in an include file. I then open my
db do what I need to and close the connection. I haven't put these in
functions. How does everyone else handle the connections are the in
functions? in... more >>
Co-worker can debugger on web server but I can't
Posted by Steve at 10/14/2004 7:25:07 AM
Error message: "Unable to start debugging on the web server. Unable to map
the debug start page to a machine name."
I can no longer run the debugger from my local PC for a project on our web
server. You know, F5 in Visual Studio. I can run in debug mode for a
project on my local web serv... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
using isnumeric
Posted by Joey at 10/14/2004 5:30:33 AM
I am using an import process that scans an html file and exports data to
a sql database table.
One of the fields I import, on occasion has 2 numeric characters at the
very end. For example "thename 04".
What I need to do is delete those numeric characters, if they exist.
I thought about s... more >>
Problem with dependant drop down
Posted by p4pradeep NO[at]SPAM hotmail.com at 10/14/2004 2:32:38 AM
I got a form with many text boxes, checkboxes and 3 drop downs. From
that 3, 2 are dependant. I can choose one drop down, and the next drop
down should display the dependant values of the first drop down
chosed. And I have a submite button to submit all these values to DB.
First problem: I can... more >>
access database on other PC
Posted by Trinità at 10/14/2004 2:11:07 AM
Excuse me for my english, i'm Italian.
I have iis and asp page on my computer, but the databse (access database) is
on another computer in the same domain.
which connection string i must use ? can we post an example ?
thank's
... more >>
SP returning XML
Posted by Peter Morris at 10/14/2004 2:08:17 AM
Can someone give me an example of how to use a
stored procedure that returns XML data?
I want to call the SP from a VBScript program,
and put the XML into a data island in the generated HTML.
... more >>
Problem on querying Access link table in ASP page
Posted by tabonni NO[at]SPAM yahoo.com at 10/13/2004 6:47:45 PM
Hi All
I connected MS Exchange Server to MS Access database using Access link
table function. I can open the database table and see the fields and
data inside the link table. However, the table seems cannot be queried
by SQL statement.
My situation is:
I'm building an intranet. I have a AS... more >>
Quick Question Need Help
Posted by Eric Wang at 10/13/2004 4:50:15 PM
Hi,
I wrote an application that generates reports. It then presents a page where
I click a button [javascript:print()] to open the print page. However, I
have a fixed printer and would like to know how to print to the default
printer without me clicking anything. So the page will just load up ... more >>
Help pls- quick one
Posted by Eric Wang at 10/13/2004 2:00:36 PM
I program with ASP VBScript. Would like to know its MIME type so I can have
my own extension like what others do.
Thanks!
... more >>
Server.Transfer between 2 different Web Apps
Posted by BrandonN at 10/13/2004 12:51:03 PM
I have 2 seperate web applications A and B. During the execution of A, I
want to do a Server.Transfer to a page in application B. This works fine if
A has a reference to B, but without the reference, I get the following error:
Parser Error
Description:
An error occurred during th... more >>
Another Checkbox Question
Posted by The Corinthian at 10/13/2004 12:29:33 PM
I am quite new to ASP scripting and seem to be haveing no success with
checkboxes at all.
I have a sql database with bit datatypes and I am trying to create a asp
webform which will display and update the data from checkboxes.
Any help would be appreciated.
Rob
... more >>
Alternativ to TEXTAREA
Posted by Mr. Smith at 10/13/2004 11:02:32 AM
Hi.
I know this is not a core .asp issue, but I'll try anyway. I've used the
TEXTAREA element for a while, but as you know it's limited when it comes to
formating part of the text inside a TEXTAREA.
Does anyone have expirience using other text cointainer objects
(Java/ActiveX), which is easy ... more >>
Window Sizing
Posted by DVan at 10/13/2004 9:53:24 AM
Is there a way to set the window size on a
<form action="add.ASP" method="POST">
<input type="hidden" name="AComputer" value="<% =AC %>">
This open in a full window
I have this other way without using the form
<input type="submit" value="ARecord" name="Add"
onClick="window.open('add.asp','ad... more >>
Passing Values from Page to Page
Posted by syrOrange at 10/13/2004 9:31:04 AM
I have the following
pn = rs("PrinterName")
I put a response.write (PN) and it displays the correct print name
Later down the code I put in
<input type="hidden" name="PN" value=" & PN & ">
<input type="submit" value="Add Maintenance Record" name="cmdAddMaint"
onClick="window.open('addMaint... more >>
Work week
Posted by Mike D at 10/13/2004 9:13:04 AM
I need to provide a pulldown with work weeks displayed. Is there any easy
way to do this?
I would like to go 6 months from the current date and show a week as Oct. 11
- 15. Which is Monday to Friday.
Any help appreciated.
Mike... more >>
Script taking longer than expected to complete: Consequences?
Posted by google NO[at]SPAM colinsteadman.com at 10/13/2004 8:53:27 AM
I've setup a very simple page which allows a group of users to start a
procedure in Oracle from an ASP page (relevant code copied below). I
was led to believe that the processing job was fairly quick and would
only take a minute to complete.
However to my disappointment, having only built and... more >>
Installing IIS Server on windows xp professional
Posted by Jack at 10/13/2004 7:53:04 AM
Hi,
I have a computer where I installed windows xp professional. However, during
installation, I did not choose the IIS server component. Now, I need to
install the IIS Server. At the moment, I am not carrying the windows xp CD.
Is there any IIS server download for xp available in the web so ... more >>
Please Help, Retrive data from the web.
Posted by milo2low NO[at]SPAM yahoo.co.uk at 10/13/2004 1:02:25 AM
Hosting: Windows 2003 Server, Asp3.0 , Asp.Net supported.
I use asp cdosys for visitors to email me a form containing the message
they type, + their ip address.
I need to verify for statistic, where is that ip address located in.
I do the following procedure that works fine, but i wou... more >>
compose variables
Posted by Jochen Scheire at 10/13/2004 12:30:26 AM
Hello,
I have a list with a lot of variables. The variables all start with
Langstring, followed by a number.
Langstring1 = "text1"
Langstring2 = "text2"...
I have a database with only numbers in it. Now I want to use these
variables in a dropdown box as selected item. Is it possible to c... more >>
global.asa to prevent linkng to images?
Posted by Bill at 10/12/2004 11:05:55 PM
If I've got images in a directory, and I define that directory as an
application directory (so I have a global.asa in it), what does my
global.asa have to look like to prevent linking of images?
... more >>
Invalid String
Posted by D at 10/12/2004 7:50:38 PM
Hi, got a strabnge problem here... All the while my program is working
fine then yesterday when i do the testing it tell me invalid class
string. Do anyone know hwo it cause the problem. This is strange cause I
didnt touch the code at all and suddenly tell me this error
cheers
*** Sent vi... more >>
Dynamic drop down list problem
Posted by Jochen at 10/12/2004 5:27:59 PM
Hello,
I have an asp application which I made "Multilanguage". I made an asp file
for every language with all the strings to be used stored like this:
Langstring1 = "French"
Langstring20 = "VTest"
In the beginning of an asp file I determine which language file to include.
In my databas... more >>
temp table problem?
Posted by Savas Ates at 10/12/2004 4:31:30 PM
i have a stored below
it uses create temp table and drop temp table... when more than one user
request the same page it probably returns error.. how can i solve this
problem
****************************************************************************
***************************************... more >>
Desperately: Need help selecting a checkbox
Posted by Rodney King at 10/12/2004 3:23:23 PM
Hi,
I have developed an ASP page which dynamically displays a list of
checkbox options based on a SQL statement. Here is my code:
<div style="OVERFLOW:auto; Height: 150px">
<table>
<%
dim adOpenForwardOnly, adLockReadOnly
dim adCmdTable, ctr, checkboxID
adOpenForwardOnly =... more >>
Compare two items
Posted by Stupid verifcation at 10/12/2004 3:13:02 PM
I have this login that i created. On the sign in process i need to make sure
that no one has already signed up using that certain email or that unique
cnumber.
Ive tried this line:
Set objRS = verify.execute("SELECT id FROM logmein WHERE email='" & email &
"'") or ("', cnumber= '" & cnumbe... more >>
Best resource for moving from ASP 2.0 to ASP.NET
Posted by at 10/12/2004 3:02:04 PM
Looking for the best resource (book, online article, etc) for moving =
from ASP 2.0 to ASP.NET...=20
I'm ready to make the jump. What do you think?... more >>
How to retrieve current Windows User Handle from ASP
Posted by Stefano at 10/12/2004 12:19:42 PM
Hi all,
is it possibile to retrieve the current Windows User Handle from ASP code?
I would like to retrieve the correspondent in ASP for thi piece of ASP.NET
code:
WindowsIdentity id = HttpContext.Current.User.Identity as WindowsIdentity;
if (id != null)
{
IntPtr handle = id.Token;
}... more >>
submit form to multiple pages
Posted by Slug at 10/12/2004 12:17:40 PM
Hello,
I've tried to find this answer, but can't seem to get a clear example -
I'm using the following classic asp code to submit a form:
<form action="default.asp" name=order method=post>
What I need to do is to submit the form to multiple .asp pages, (that I
want to join with frames) and ... more >>
Send Dictionary Object to Stored procedure?
Posted by Shahid Juma at 10/12/2004 9:24:03 AM
Hi,
I was wondering before I proceed much further whether it is possible to pass
in the Dictionary object (Scripting.Dictionary) from ASP to a stored
procedure in SQL Server. Any sample sites or simple code examples would be
really great.
Thanks,
Shahid
... more >>
Scheduled trigger of an ASP page?
Posted by Paul D.Smith at 10/12/2004 9:06:43 AM
Apologies if this is not the best group for this question. Please point me
elsewhere if required.
I have access to an ASP based system where a supervisor has to periodically
"press the button" to generate a list based on a database held behind the
webserver. Unfortunately, people being what ... more >>
CreateFolder FileSystemObject hangs
Posted by Bren at 10/12/2004 8:37:58 AM
In the code below I'm trying to create a directory. It works on the
production server, but it doesn't on my dev server; I'm running XP Pro, but
I don't belong to a domain; I'm running it in a workgroup instead. I've
enabled the write option in IIS on the directory.
Because I'm not in a domain,... more >>
table not updated
Posted by xarrisx at 10/12/2004 8:25:47 AM
I am using an Insert command in my asp code that Inserts a rows in my
database.
After the Insert command i create a recordset and ask for all the rows in
the table that i aplied the insert command
Some times the rows i get are correct but sometimes the database is not
updated by the time the re... more >>
use a variable for -table selection- in my ASP SQL statement
Posted by tghetti NO[at]SPAM targetedsupport.com at 10/12/2004 8:08:45 AM
Hi All,
I have a small issue that I can't seem to figure out. I have a SQL
statement that is dependant on the results of a drop down to chose
which table to select from. Unfortunately it does not seem to work.
Could anyone point me in the right direction? Unfortunately the
datebase cannot be ch... more >>
take access database offline
Posted by Gert Albertse at 10/12/2004 6:40:30 AM
How do I make an access database offline or not available for users from
the internet using asp code.
My Sample:
My users authenticate against an access database but on a weekly basis,
I would like to make it not available, to do my updates.
*** Sent via Developersdex http://www.devel... more >>
Delete Items from multidimensional array
Posted by Colin Steadman at 10/12/2004 12:43:41 AM
I have a multi-dimensional array that I want to delete
items from. To do this I display a form and the user
clicks some tick boxes.
Then on the delete page I check which tick boxes were
ticked, say 2,4,7 and 8 (or whatever) and then rebuild the
array minus records 2,4,7 and 8 and so on... more >>
output as XML
Posted by Peter Morris at 10/12/2004 12:09:25 AM
I have an ASP program. It outputs HTML with some
XML data islands in it. When I run the program, the
browser sees the HTML and doesn't work the way
I want it to. however, if I view source on the output
page, save the source as an XML file, then open the
saved file, it works properly.
H... more >>
Detailed error message
Posted by John at 10/12/2004 12:04:32 AM
Hi
I have uploaded a working script to a remote shared web host. Now all I get
is the below error. Is there a way to get detailed error message that
describes the error and where it occurs?
Thanks
Regards
The page cannot be displayed
There is a problem with the page you a... more >>
Asp Wildcard
Posted by D at 10/11/2004 8:30:33 PM
Dear all, if in asp. i wanna to use the command request.querystring to
check the URl. For example, my item when passing to next form will be
either 4 or 6 character. How do i tell asp what to do if the string pass
4 character and if it pass 6 character.
My code example for 4 character is A100,... more >>
Event ID 1084
Posted by Alvin at 10/11/2004 8:30:20 PM
I am very new to .NET so bear with me please.
I started getting this error message in my event log last week:
Source: ASP.NET 1.1.4322.0
Event ID 1084
Description:
aspnet_wp.exe could not be started. The error code for the failure is
80070545. This error can be caused when the worker proces... more >>
Looking for code sample
Posted by vbMark at 10/11/2004 5:55:46 PM
What I want to do is this:
When the user submits the form his selections in the dropdown boxes will be
saved in a cookie.
When he loads the page again the value saved in the cookie will be
reflected in the dropdown boxes.
I know how to do cookies but don't know how to reference controls... more >>
MSXML.XMLHTTP / ASP Page / Session
Posted by Martin Waller at 10/11/2004 4:53:18 PM
Hello,
I'm using the MSXML.XMLHTTP object to obtain the results of an ASP page from
an ASP page on the same server. The problem I have is that when the AP
refrenced by the XMLHTTP object is run it does now share the session with
the calling page ? How can I solve this ?
Any ideas ?
Many ... more >>
session on end
Posted by Stephanie Stowe at 10/11/2004 4:45:25 PM
http://www.aspfaq.com/show.asp?id=2078
I got my butt whooped over at asp.net group the other day with an offhanded
reference to the unreliability of session on end. I have been told that in
ASP IIS 5 and beyond, it IS reliable and DOES fire. What's the real word?
Thanks
... more >>
INSERTING DATE
Posted by dthmtlgod at 10/11/2004 4:08:57 PM
I am trying to insert a date into a date field through my website. The date
is pre-populated with todays date. I am getting a type mismatch error. The
Access DB is setup as a Date/Time Short Date field.
Here is the SQL string. Any ideas?
Conn.execute ("INSERT INTO PrinterMaintenance (Mai... more >>
Read XML from url
Posted by David C at 10/11/2004 3:31:56 PM
I have an ASP web site that I can read an XML file and process it fine.
However, now I am asked to read XML data via (I think) a web service url. I
looked at the ADO Stream and it looks like it may be a way to do this, but
I'm not sure. I need to read 2 different streams, one with data and one
... more >>
Cookie to textbox?
Posted by vbMark at 10/11/2004 2:53:06 PM
What am I doing wrong here?
<%
UserID = Request.Cookies("emu")("UserID")
%>
<TABLE>
<TR>
<TD>UserID: <INPUT id=UserID value="<%=UserID%>"></TD>
</TR>
</TABLE>
The textbox shows <%=UserID%> and not the value.
Any ideas?
Thanks!... more >>
800a01fb error when adding a key-item pair in the dictionary objec
Posted by Samuel at 10/11/2004 1:45:02 PM
I have a user complaining about a random error (sporadic, cannot be reliably
reproduced):
=================================
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'objDict.add'
=================================
And this error happens at different lines in... more >>
convert varchar to decimal
Posted by Dean G at 10/11/2004 12:30:32 PM
I need to compare two values. one from a text field 'bid' and the other
from a field in an sql server database 'maxbid'.
The problem is the column in the database has decimal as its data type
and i'm getting a type mismatch. does anyone know how to convert 'bid'
into decimal from varchar? th... more >>
export to excel
Posted by Andre at 10/11/2004 8:54:10 AM
I'm not sure if this is the best place for this post or not, but I can't
find many asp newsgroups anymore.
I have an app that's 3-4 years old, and has been working just fine. One of
the pages exports the html to Excel. My users just upgraded from
Office97/2000 to Office XP/2003, and now the ... more >>
Persistent Cache initialization failed
Posted by Dan Berg at 10/11/2004 8:16:09 AM
In my event log on my IIS 6.0 Windows 2003 Server I get the following Active
Server Pages Error
Error: The Template Persistent Cache initialization failed for Application
Pool 'DefaultAppPool' because of the following error: Could not create a
Disk Cache Sub-directory for the Applicati... more >>
read keyfield value from selected row in datagrid
Posted by mharness at 10/11/2004 7:51:42 AM
Hello,
I'm new at this. Thanks for your help.
I have form which displays a customer record and a datagrid of that
customer's orders. I want to read the value of the OrderID (which is the
keyfield), write it to a session variable, redirect to another form where I
read the session variab... more >>
SQL syntax question
Posted by Hugh Welford at 10/11/2004 7:34:22 AM
Hi - I am trying to include a conditional WHERE into an ACCESS query using
IIF, with the false-part a wildcard.
The expression SELECT details.patid, details.type FROM details WHERE
(((details.type)=IIf(1=1,2,(details.type) Like "*"))); returns all records
with type = 2, but
SELECT details.p... more >>
Using ASP to access Javascript script results
Posted by noah.coffey NO[at]SPAM gmail.com at 10/11/2004 7:14:04 AM
Hello,
I'm wanting to do something and I'm not sure if it's possible (I'd sure
like it to be).
I'm using a neat service called FeedSweep to aggregate a large list of
XML/RSS/ATOM feeds. The FeedSweep works just fine, it takes my request,
chugs and kicks out what it should. The problem is th... more >>
ASP form textbox to HTML formatting
Posted by ash_vnews NO[at]SPAM yahoo.com at 10/11/2004 1:31:57 AM
Hi,
I have to use the nl2br function in the asp file, luckly I got this
code from a site. What I need done is to display textbox content the
way it was typed/pasted i.e. with paragraph breaks and color
formatting. The code I used is below but it does not work. Can someone
please help me out, it... more >>
Design problem: html and asp.
Posted by Ethics at 10/11/2004 1:01:05 AM
Hi all,
I have a asp page that display database information at
http://tbm.com.my/Application/tourmasterd.asp. My problem is the vertical
line(90 deg) that I want to make it invisible at the white colour row exists
between each country. May I know how to remove/invisible the vertical line(90... more >>
sending email without using smtp service
Posted by dave at 10/10/2004 11:33:45 PM
hi guys
I m trying to execute few lines code tht i have copies
from microsoft tech script centre.
basically its to send email without using any smtp
service. u can find the code snippet from following link.
http://www.microsoft.com/technet/community/scriptcenter/en
tscr/scrent16.mspx
wh... more >>
Creating a new window, and passing it variables
Posted by SROSeaner at 10/10/2004 5:09:01 PM
I am seeking to create a new internet explorer window with certain dimensions
and a position on screen. Also, I have a couple of arrays containing data I
want to send to that new window.
I have been using Javascript's window.open function to create the window
exactly the way I want, but do... more >>
re-fire global.asa ?
Posted by Ted Dawson at 10/10/2004 2:32:42 PM
Last week I was storing my variables in a database and retrieving them on
every page of my application, but this week I want to retrieve them only
once and store them in an application variable. This works, but if I have to
change one of the variables, the application variable remains unchange... more >>
Upload file
Posted by ×ž×¨×™× ×” at 10/10/2004 7:39:04 AM
HI, I'd like to save images from urls ?
I need to save images with a procedure that i get it the url of image.
if anyone know about this problem, let me know? Thank you
... more >>
test
Posted by Javier Troconis at 10/10/2004 5:39:43 AM
ASP / SQLServer connection
Posted by Peter Morris at 10/9/2004 2:14:09 PM
Hi, I'm having trouble connecting to SQLServer in my ASP program.
here's the code
<%
dim objConnection, ObjRecorSet, strConnection, strOut, objCmd, objParameters
Set objConnection = Server.CreateObject ("ADODB.Connection")
strConnection = "DSN=SQL_Tracker;Database=Tracker;UID=sa;PWD=;"
obj... more >>
ASP Question
Posted by David at 10/8/2004 10:27:01 PM
hi!
what would be the cost of setting up an asp web server
apart from the hardware? Thks!
... more >>
DHTML object model parsing under ASP
Posted by egg at 10/8/2004 8:03:16 PM
Dear Sir/Madam,
I'm about to start a project, the idea is to have a web interface to let
user specify the URL of a target HTML document,
based on that URL, retrieved and parsed the HTML document using the DHTML
object model exposed by ActiveX
control WebBrowser, getting the position and dimen... more >>
401 unauthorized exception
Posted by jaya_selva NO[at]SPAM yahoo.com at 10/8/2004 6:44:37 PM
Hi,
I am trying to convert a word document to pdf file from java for
this, I am using a asp file to convert doc file to pdf. I got it
working when I put the url which has file name as the query string in
the browser but when I call that asp file through the java application
I am getting 401 un... more >>
Type Mismatch Error(numeric values)
Posted by Savas Ates at 10/8/2004 6:36:06 PM
i have 3 columns in sql server ..
all of them are numeric value
when a user enter my site i take the value of userid (numeric one) i assign
it as session("userid ")
after a query i take 2 value (both numeric again) from my table and write
this code
if towhom=session("userid") then tow... more >>
Session cleaning problem
Posted by Dan King at 10/8/2004 4:18:43 PM
At a summary page, I am trying to clean up Session.Contents so the user can
go back to the main page and not retain any unnecessary info.
I have entered this into my summary page, but it seems to only eliminate
every other or every third entry. If I refresh the page about 0 times
everything even... more >>
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Posted by CJM at 10/8/2004 3:37:45 PM
I've built an application in VB6 does some processing - it's not really
important what it does...
The application consists of a single DLL which does all the hard work, and a
simple EXE which acts as the front-end.
I designed it this way in the hope that I could also build an intranet app
t... more >>
Drop Down Default Selected
Posted by JayB at 10/8/2004 2:45:23 PM
I am creating an online survey for one of our grants and one of the items to
be answered is county (U.S.). The county is to be in a drop-down menu to
prevent typos and counties from other states by mistake. I'm doing
server-side validation (many of our users have disabled JavaScript) and need ... more >>
protecting non-asp files
Posted by at 10/8/2004 11:26:47 AM
Hi all,
Can anybody let me know how to protect pdf files from being accessed after the session has ended.(by typing the url).
If u could point to some code examples, that would be great.
Thanks,
kitty
-----------------------------
This message is posted by http://asp.forumszone.com
... more >>
Syntax Error on SQL statement
Posted by dthmtlgod at 10/8/2004 10:31:26 AM
I am getting a syntax error on my SQL statement, not sure if I am doing this
right. i am trying to pass a value from another form.
strsql = "select PrinterModel, PrinterName, IP_Address, Location from
Printers where PrinterName = ' & <% =Request.Form(npName) %> & ')"
... more >>
Connection Problem
Posted by Istari at 10/8/2004 7:53:04 AM
Hi all
I've made a local copy of a client website (Pages and DB). I'm running XP
Pro and SQL 2000
They make use of global.asa to establish the connection and the details on
the live site were as follows:
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Sub Application_OnStart
Appli... more >>
Regular Expressions to find URL's in text
Posted by SROSeaner at 10/8/2004 3:43:02 AM
I am working on an ASP page that parses text using the VBScript.RegExp
regular expression object. My reg expression right now is as follows:
[a-z]+\.[a-z]+\.[a-z]+/
And if find URL's no problem like: windowsupdate.microsoft.com,
www.cnn.com, etc.
But I need to also find any URL, like ... more >>
Regular Expression for URL
Posted by SROSeaner at 10/8/2004 3:39:02 AM
I am working on an ASP page which looks in a set of text for web page URLs.
Using the VBScript.RegExp regular expression object, I have this regular
expression:
[a-z]+\.[a-z]+\.[a-z]+/
And it works well finding URL's such as: windowsupdate.microsoft.com,
www.cnn.com, etc.
However, I... more >>
ErrorPage from ErrHandler
Posted by Eje at 10/8/2004 3:15:21 AM
I'm designing a 3-tier web application in .NET. In the
middle tier I have an error handler. I use Try-Catch
where I feel it's necessary. If I get a critical error I
would like to redirect to a "Critical Error page"
directly from the error handler without going up to the
UI tier. Is that po... more >>
Crystal Report Login Problems in ASP
Posted by jeremylim2000 at 10/8/2004 1:58:28 AM
Hi! I try to preview a crystal report using asp,
it prompt 'CRAXDRT error Occured on server. -2147189176 : logi
failed'
Details : IM002 :[Microsoft][ODBC Driver Manager] Data sourcename no
found and no
default driver specified'.
This is wat I done in the Internet Server.
1. Install Cryst... more >>
Do Events
Posted by Popeye at 10/8/2004 12:21:16 AM
Is there a command within ASP similar to the Do Events command in VB6. The
problem I have is that an asp page that I have written outputs many lines
after extracting data from WMI. In total there are about 1000 lines
generated which are displayed within the browser and saved to a database.
... more >>
|