|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Active Server Pages (ASP) Programming Discussionmicrosoft.public.inetserver.asp.general
asp error
Kevin Raleigh -
3 Feb 2007 4:12 AM - 1 message
I finally have my www service running but now when I try to view .asp pages through homesite 5 I get the following error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: ...
a two dimensional array question
c676228 -
3 Feb 2007 1:03 AM - 5 messages
Hi all, I have a strange question which I cannot figure that out myself. I tried to escape some apostrophe in the name string. Function PrepCustomerDatatoArray(iTotNumCustomer) dim CustInfoArr(50, 5) .... for i=1 to iTotNumCustomer If InStr(FName, "'") <> 0 Then ...
Gridview Template Columns & SqlDataSource UpdateQuery
M1iS -
3 Feb 2007 12:46 AM - 4 messages
I have a GridView control with a template column that I use to display my record data. I’ve included an EditItemTemplate with textboxes bound to the GridView for editing. On my SqlDataSource I need to link up my parameters to ...
community news
Doctorsacb -
2 Feb 2007 11:11 PM - 1 message
1.':) here' ([link])
--
Doctorsacb
------------------------------------------------------------------------
Doctorsacb's Profile: [link]
View this thread: [link] ...
An asp page caused cpu rising to 100% --> dllhost.exe
c676228 -
2 Feb 2007 8:26 PM - 10 messages
Hi all, Today, an interesting thing happened to me. When I am doing the test of an asp program, one of the pages(which I submitted several ten times before, no problem at all) caused our server cpu rising to 100% and I reset IIS and ...
problem with the connection to the db
armando -
2 Feb 2007 8:34 AM - 2 messages
salve, la mia situazione è la seguente: ho un server sul quale c'è un database fatto con Microsoft ole db provider for Visual FoxPro, questo server è in una lan con un pò di pc. io con mio portatile ho fatto un pagina asp(con visual studio ...
working with asp
Kevin Raleigh -
2 Feb 2007 4:05 AM - 4 messages
Do I need the www publishing service to work with .asp? I have this error: Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7023 Date: 2/1/2007 Time: 3:08:11 PM ...
Wireless has stopped IIS serving
PW -
2 Feb 2007 2:34 AM - 2 messages
Hi, I just installed a Netgear wireless modem router on my Windows XP Prof computer. Also installed the Netgear wireless USB adapter on my wifes computer so she can get on the internet. Now whenever I try to view my websites I get this message ... ...
How to maintain session state using hidden fields?
zwieback89 -
1 Feb 2007 11:27 PM - 2 messages
Hi, I have a org tree with hierarchical display of employees built using classic asp and vbscript. I also have list of radio buttons for report names. I have 1 select box with dates in it. Then I click on the submit button to view the reports in Crystal. But ...
determine whether a path is a directory or a file
topramen -
1 Feb 2007 7:23 PM - 2 messages
does any one here know of a good way to to determine whether or not a given path is a directory (e.g., "c:\mydir") or a file (e.g., "c:\mydir \myfile.txt")? i started attacking this problem by using filesystemobject to check ...
asp printing?
J -
1 Feb 2007 6:55 PM - 3 messages
Hello. Sorry if this isn't the correct place to ask this as I'm not quite sure which group would be best but I was wondering if anyone knew or can point me to a way of printing an .asp page to have it always print as ...
Simple ASP and LDAP v3 compliant
DarthDaddy -
1 Feb 2007 4:17 PM - 2 messages
I am using a non-Microsoft LDAP server, but it IS v3 compliant. I need to create an ASP page to connect to the LDAP server for user authentication. I have experience with VB & ASP. I have searched the web, but I cannot for the life of me, find any ...
Using Arrays to write data to SQL Server
Brett_A -
1 Feb 2007 3:04 PM - 4 messages
I'm trying to write data from a form using a text box (textarea) that has a return after each item. For example: ema***@domain.com ema***@domain.com ema***@domain.com ema***@domain.com I'm getting the data written to the SQL server table fine, but every ...
Setting ID and Bind parameter for dinamicaly generated FCKeditors
Fixer -
1 Feb 2007 2:40 PM - 2 messages
There is Content Management System. In it on administrator's side dinamic number of "body" (which showing in FCKeditors) elements for generating page Code
-------------------------------------------------------------------------------- <% Dim bodyCounter As Integer = 1 ...
Trying to use a stored procedure
bobby_b_ -
1 Feb 2007 2:34 PM - 1 message
Hello, I'm trying to access a stored procedure on our AS400 that is written in RPG. I know that the stored procedure works (I've called it from an RPG program on the AS400), and I know that the connection to the ...
Trying to use a stored procedure
bobby_b_ -
1 Feb 2007 2:34 PM - 1 message
Hello, I'm trying to access a stored procedure on our AS400 that is written in RPG. I know that the stored procedure works (I've called it from an RPG program on the AS400), and I know that the connection to the ...
Lost session variables
google@walkerwebworks.co.uk -
1 Feb 2007 2:07 PM - 6 messages
I have a website that has a asp secured members only aria that keeps session variables to check if someone is logged in or not (if session variables are not there then redirect to logon screen) but I also have ...
Hyperlinks in Microsoft applications (access, word, excel, etc)
nome -
1 Feb 2007 10:53 AM - 4 messages
Hello Hoping someone can help explain the following behaviour. I have an application that does a series of redirects before hitting in a login page. If I insert this application hyperlink to any MS office 2003 product, say MS Access and click on it I get strange browser session behaviour ...
Issue with Private Functions
Victor -
31 Jan 2007 11:14 PM - 8 messages
I just tried a test comparing a Function to a Private Function with this code: <% Option Explicit dim X1 X1 = 9 Private Function RealTest(here) RealTest = here + X1 End Function Response.Write "The answer is " & RealTest(10) ...
security issue about expose file directory
c676228 -
31 Jan 2007 7:26 PM - 21 messages
Hi all, If in an ASP program, I need to display a pdf file link for users to print and read. Is there any security issue? We are thinking about doing this is many mail servers block emails with pdf file attachment. We just try to give ...
ASP Time Out-Optimization Required?
Garrie Powers -
31 Jan 2007 4:04 PM - 3 messages
Hello, The attached page is causing me grief! Every other page on the website which access the database runs without a problem, but this one times-out after 2 minutes and I cannot identify why. I have tested the SQL directly on the Oracle database and they run immdiately ...
Classic ASP and IIS 6.0
anon -
31 Jan 2007 4:03 PM - 3 messages
The following code works on IIS 5.0 on a Windows 2000 server. Response.Clear Response.ContentType = "application/rtf" Response.AddHeader "content-disposition", "inline;filename=letter.rtf" response.write l_strBuffer But on IIS 6.0 running on Windows 2003 server we get an error. ...
include external file
Giorgio -
31 Jan 2007 1:34 PM - 5 messages
hi, how can i include a webpage from another server with ASP? (Without frames) i tried XMLHTTP, but i loose the stylesheet, images src and relative links of the included page. See [link] ...
comparing values of field and inserting data based on comparision to third filed
Tradeorganizer -
31 Jan 2007 4:42 AM - 4 messages
Hi, I have a database with table name as test in that i have 6 colums they are name varchar (20) address varchar (20) position varchar (20) nametype1 varchar (20) nametype2 varchar (20) nametype3 varchar(20) nametype4 varchar(20) ...
Adding Different Fields
Mangler -
30 Jan 2007 4:39 PM - 7 messages
Say I have to different recordsets that have the fields: rsA.Fields.Item("A").Value ,rsB.Fields.Item("B").Value How would I add those to fields? It may be my inexperience but when I tried something like ...
how to compare value of two fileds and based on that insert value into third fileds
Tradeorganizer -
30 Jan 2007 9:29 AM - 6 messages
Hi, I have a database with table name as test in that i have 6 colums they are name varchar (20) address varchar (20) position varchar (20) nametype1 varchar (20) nametype2 varchar (20) nameval varchar(20) now in the nametype1 and nametype2 there are values like ...
Date format for ASP and SQL String Doesn't Produce Results
Billy -
30 Jan 2007 1:05 AM - 3 messages
This string is supposed to provide all records from an MDB database that match the courier and date specified in the query. I Response.Write the query and I get a date as 1/27/2007. The date format style is exactly the field specification as I see in the MDB ...
Blank page running ASP page on Windows Vista
JL -
29 Jan 2007 7:09 PM - 8 messages
Hello, I've a strange problem with Windows Vista, running an ASP page on local machine (http://localhost/test.asp), the page does not give me any error but the asp code is not executed (simple code : <% response.write("hello") %> ), ...
Classic ASP
Arne -
29 Jan 2007 5:19 PM - 2 messages
How do I turn on Classic Asp on Windows XP? I get the error message This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. ...
downloaded file shows action cancelled
Kollmorgen -
29 Jan 2007 3:34 AM - 5 messages
I have an asp page that outputs a word document. Wnen the user attempts to open this page from a hyberlink in an email document the word document opens fine but if they save then an action cancelled message appears in a browser ...
Can Not Display Underscore Character
scott -
29 Jan 2007 12:09 AM - 3 messages
Is there a way to make the underscore Character display in a browser? I've tried several different fonts but the "_" character will not display. ...
Page Cannot Be displayed
JimO -
28 Jan 2007 8:29 PM - 3 messages
I'm using classic ASP. I made a change to a page and I got a Page Cannot Be Displayed error. I changed the code back and now I get the same thing. Other pages can run and access the db server. I tried taking out includes ...
|
|||||||||||||||||||||||