all groups > inetserver asp general > november 2003 > threads for wednesday november 12
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
Error-Message when opening "approve updates" in SUS
Posted by Michael Foitzik at 11/12/2003 11:13:04 PM
a.. Fehlertyp:
Runtime error in Microsoft VBScript (0x800A01F4)
Variable not defined: 'autoupdate_providerslots'
/autoupdate/dictionaries/loadproviders.inc, line 16
a.. Browsertyp:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET
CLR 1.1.4322)
a.. Seite:
GET /... more >>
Disable header info printing
Posted by Grey at 11/12/2003 5:49:44 PM
Dear all
can anyone teach me that is it possible to disable the title, no. of page,
web address and date info when I print the html page.
Best Regards,
Eric Yum
... more >>
LogonUser() Works Under NT4.0, Fails Under Win2K
Posted by Mike at 11/12/2003 5:26:06 PM
Any help would be greatly appreciated.
Based on MS KB article Q248187 (HOWTO: Impersonate a User from Active
Server Pages), I developed an ActiveX DLL (using VB6.0 Enterprise
SP5), and deployed to a corporate web site under NT Server 4.0 SP6a
/IIS4.0, expressly to retrieve Office documents con... more >>
Looping through form elements
Posted by Steven K at 11/12/2003 4:36:33 PM
Hello,
I have a form that loops through a set of questions pulled from a database
and creates text boxes for the answers to the quesetions. I don't know
before hand how many questions there will be. I can create the text box and
name it (Answer01, 02, 03 ect.), please see code below. The qu... more >>
How can ASP support multiple languages?
Posted by CM at 11/12/2003 3:46:58 PM
Hi, there:
I have some questions, I hope someone can briefly describe how ASP (not
ASP.Net) to do the following things:
1) Get real-time information from other web site such as tracking via
Fed-Ex;
2) Real-time credit card charging via a payment gateway such as WorldPay;
3) How to supp... more >>
Session variable gives error "HTTP 500 page cannot be displayed"
Posted by Fie Fie Niles at 11/12/2003 2:14:00 PM
At our client site, when I tested a simple ASP page like the following:
<%Session("test") = "this is testing"%>
they got an error either "HTTP 500 page cannot be displayed" or "error
'8002801d' . Library not registered. /ewinc/jb.asp, line 1"
ASP page contains the following stt works fine with... more >>
How can I know my IIS version number?
Posted by Michael at 11/12/2003 11:58:44 AM
Hi,
I am using w2000+sp4 server with IIS running, how can I know my IIS version
number, is it iis5.0 or 5.1 or 6.0?
I must know this, since I want to download patches from MS web site,
urgent...
Thx
Michael
... more >>
export to Excel - multiple sheets & renaming sheets
Posted by fromahuman NO[at]SPAM hotmail.com at 11/12/2003 11:22:44 AM
I'm developing a website for work that exports some reports to excel.
I am using the...
Response.AddHeader "Content-Disposition","attachment;filename=report.xls"
Response.ContentType = "application/vnd.ms-excel"
....strategy to do this. It works wonderfully except I cannot figure
out how... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Embedding user controls
Posted by maryg at 11/12/2003 10:46:40 AM
Does anyone know if I can embed a user control in a Web
Forms DataGrid control?... more >>
Combo box is always on the top
Posted by Simon at 11/12/2003 9:52:28 AM
I would like to have div tag over combo box, not combo box over div tag.
I have this problem on many pages usually when I use drop down menus.
I try to solve this problem with z-index but it doesn't work.
Have anybody some idea?
Here is the simple example:
<html>
<head>
</HEAD>
<BODY>
<... more >>
Parser Error
Posted by dpdoug at 11/12/2003 9:29:16 AM
I get this error when I run it, is it
because 'notifications' is a keyword, or what might be the
problem?
Parser Error
Description: An error occurred during the parsing of a
resource required to service this request. Please review
the following specific parse error details and modify yo... more >>
ASP Monitor
Posted by Dan at 11/12/2003 8:58:27 AM
Does anyone know of an asp funtion that monitors a file and if any data is placed into it i writes it to a database?
-----------------------------
This message is posted by http://Asp.ForumsZone.com
... more >>
ASP and IP addresses
Posted by Bill Crouch at 11/12/2003 8:54:39 AM
I can't find the code to display the client IP address on
the client browser. Shouldn't it be 'session. '?
Bill... more >>
Trapping as ASPError in ASP 3.0 Raised from my own COM object
Posted by Nithi Gurusamy at 11/12/2003 8:15:12 AM
Dear Group:
I have a COM object developed in VB. It makes ADODB calls. When it fails it
Raise Error. I am using the COM object in my ASP using Server.CreateObject.
Whenever a function call fails I wanted the system to catch the 500-100
error and redirect to the configured page in IIS. But noth... more >>
ServerXMLHTTP failing with large binary files
Posted by Steve Troxell at 11/12/2003 8:15:09 AM
I am trying to use ServerXMLHTTP in an ASP page to return a binary file
download to the browser. It works just fine with small files ( under 1 MB)
but seems to fail with large files (4 MB, 11 MB in tests). A success would
be that the browser kicks off the "Save As" file dialog. The failures are
... more >>
Problem with querystrings and cookies
Posted by eifs NO[at]SPAM btinternet.com at 11/12/2003 2:46:19 AM
I've noticed a strange problem with setting cookies in ASP when the
cookie name you're setting exists in the querystring. The company I
work for has many partner sites who link to our site like this:
www.mycompany.com/partner.asp?PartnerID=??? The partner.asp page then
sets a cookie called Partn... more >>
error 'ASP 0115'
Posted by Addy at 11/12/2003 1:37:51 AM
I'm trying to fix an ASP error we're getting in one of our
products. The error is:
Error: File /broker.asp Unexpected error. A trappable
error (E06D7363) occurred in an external object. The
script cannot continue running..
I found a KB article on it:
http://support.microsoft.com/defau... more >>
|