Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > june 2005 > threads for june 15 - 21, 2005

Filter by week: 1 2 3 4 5

ASP Calendar
Posted by Jon at 6/21/2005 6:21:14 PM
Hi, Does anyone know of a free / cheep ASP equivelent to http://www.cgi-interactive-uk.com/availability.html (it produces availability calendars like http://www.192directory.co.uk/calendar/index.php?fYear=2002) This one is a good price but is PHP Thanks Jon ...more >>


NT IIS4.0 to 2003IIS6.0 Upgrade - ASP will not work
Posted by Kevin Callanan at 6/21/2005 5:07:03 PM
I have upgraded my website from IIS4.0 on an NT Server to IIS6.0 on a 2003 Server now when my asp pages try to load they get a error 500 - Internal Server Error Any Idea?...more >>

ASP Cross server rights
Posted by Paul J. Landry at 6/21/2005 3:22:02 PM
HI Guys. I hope you can help me out! I'm writting a small app for my Intranet that allows me to see basic information aount user accounts. Included in that information is disk quota data such as QuotaLimit, QuotaUsed and such. If the quota info is from a disk local to my IIS server, su...more >>

response.buffer - true or false
Posted by Stephanie at 6/21/2005 2:31:42 PM
If response.buffer is set to true, and no response.flush has been executed, is it accurate to expect that my browser should not be rendering the content which I (well Ok, someone else) is sending in response.write statements? Thanks. ...more >>

CSS Font Height
Posted by scott at 6/21/2005 12:10:00 PM
What css property can make a font taller or shorter? ...more >>

CDO Mail / Outlook Template
Posted by CReds at 6/21/2005 11:10:27 AM
OK, I am little down right now. We have spent the better part of six months getting our website programmed and tested. We finally went live last week. This week, we get a e-mail from another department stating we must submit reports via a Outlook Template. This is a good thing overall. The ...more >>

result to multiple pages
Posted by Ing. Branislav Gerzo at 6/21/2005 12:00:00 AM
Hi all, this is my first post to this newsgroup, I have question regarding showing resultset to html. Let's say I have in resultset 200 rows, and I'd like to show on each page 10 of them, so it could look like for example google search results: Results 1 - 10 of about 17,700 for "asp search...more >>

Response.ContentType = "video/x-ms-asf"
Posted by Slim at 6/21/2005 12:00:00 AM
I had a asp file that generated asx files using Response.ContentType = "video/x-ms-asf" It was working fine up until a day or so ago. Now all of a sudden it does not work. If I take out the Response.ContentType line and copy the source code to a asx file it works fine. if I copy the URLs o...more >>



Image processing
Posted by Benny at 6/21/2005 12:00:00 AM
Hi, We have written a CMS, where we want user to upload a specific size of images. But if they do in some other sizes, the site becomes ugly. Is there any way in ASP to dynmically resize/compress/edit to display the image, in such a way that its not spoiling the look, even if its not very p...more >>

ASP Force Download of file from webserver
Posted by JP SIngh at 6/21/2005 12:00:00 AM
Hi All I am creating an asp application which is essentially a file management app. I am trying to get my head around a technically issue wonder if someone can offer some help. I want to be able to force the download of the files are attached to a particular record. The code which i us...more >>

lots of questions
Posted by mark | r at 6/21/2005 12:00:00 AM
whats the difference between PostgreSQL and MySql does my NT server have to have any thing special running to allow me to set up one of these (like MsAccess?) whats the best learning resource for xSQL and NT? thanks mark ...more >>

How to get date time to display like 01/01/2005 16:14:10?
Posted by ziggs at 6/20/2005 10:45:09 PM
How to get date time to display like 01/01/2005 16:14:10? Here's something that I found works against an Oracle database. However, I'm not getting the same results against a SQL 2000 database. Can anyone point out the correction needed? With the following, the time displays correctly, but...more >>

response.write
Posted by Hugh Welford at 6/20/2005 9:32:09 PM
Hi - trying to display a memo field using response.write but it truncates it. Is there a size issue with response.write? If so how do I get round it and to be able to display the whole memo field Thanks in advance Hugh ...more >>

running a batch file
Posted by Doug at SAU at 6/20/2005 2:06:02 PM
I need to run a batch file on a remote machine from an ASP page. I dummied up a test ASP page as follows: <% Set WshShell = Server.CreateObject("Wscript.Shell") wshshell.run "c:\inetpub\wwwroot\logasp\getdr.bat > c:\tstlog.txt" %> the batch file is as follows: set >c:\env.txt dir c...more >>

ASP/Word Merge
Posted by JV at 6/20/2005 1:04:18 PM
I've done some research on how to do a MS Word merge with data I read in an ASP application (using a SQL Server database). I understand the concept since I've done it in a couple other programming languages. However, I need to pointers/help how to do this in ASP. Thanks very much for your h...more >>

Type Mismatch
Posted by johnsonch at 6/20/2005 10:37:15 AM
I am trying to check to see if there is a value in a varbinary datatype in sql2000 and asp. If rs("value") = "" then is what I am trying to do but I get an error "800a000d" Type mismatch Please help -Chris ...more >>

Accessing Exchange via ASP-file
Posted by Ulf Persson at 6/20/2005 7:11:03 AM
Hi, I have an application where I access Exchange server via an ASP-file whit the following code: objSession.Logon "", "", False, True, 0, True, "ExchangeServerName" & vbLF & "mailboxUser This works fine for years on one server. I now want to move the application to a new server I get error...more >>

Help with user profiles
Posted by mark | r at 6/20/2005 12:00:00 AM
Im creating a food site where registered users can set a long list of 'dislikes' from a menu that can be added to, with the aim of the site being searchable for things that DONT MATCH the 'dislikes' of a user - dislikes would be in categories i.e. Fruit / Tomatos / Diced (because i like tom...more >>

ASP Ecommerce with Quickbooks
Posted by Benny at 6/18/2005 11:51:42 AM
Does anyone know if you have to have a specific version of QuickBooks and Peachtree to integrate a website's "shopping cart" feature? Some of my clients have QuickBooks and some use Peachtree, I am trying to integrate our Custom ASP shopping cart with them. Can some one help? Kind Regards ...more >>

Hybrid File Upload/Form Data
Posted by James at 6/17/2005 2:55:42 PM
I have a form with a bunch of data that's input (dropdowns, textboxes, etc.) and I have a link to a popup window which uses the persits control to upload a file. They work well independently. The problem is, I now need to combine them into one page. Essentially, at the very bottom of the page ...more >>

why I can't see mtx.exe in the romote machine?
Posted by Donna at 6/17/2005 11:09:52 AM
Hi, I've set up remote debugging following every step in the manu from microsoft. However, I can't see mtx.exe process in romote machine, instead I only see inetinfo.exe. I attached to it and it seem works OK except that I can't set up any break point in any inc file(include file). I can use th...more >>

Quote Trouble with path variable
Posted by Scott at 6/17/2005 10:58:20 AM
I'm trying to concatenate a path of Application("WebSiteFullPath") which equals http://www.mywebsite.com/ and an image file like CODE below. My problem is the full path listing in RESULTS below adds an extra " quote and obviously breaks the path to the image. How can I script the quotes to not...more >>

session variables and arrays
Posted by please-answer-here at 6/17/2005 9:47:46 AM
I want to store a bunch of textstrings (about 500) returned from a database query in a session array. I've googled all over the net, not to find any working method. Is there anybody who has the ultimative, definite working method as to how you transfer a "local" array to a session array and...more >>

Update query doesn't update table
Posted by David Shorthouse at 6/17/2005 8:46:23 AM
Hello folks, I have a problem with an update query on an asp not updating the table in an Access db. The code runs, I have no errors, but when I examine the table, nothing was updated. The query works as it should in Access. Could anyone direct me to some sources that describe solutions...more >>

MSXML3 error '80072efd' in ASP 3
Posted by Charlie Company at 6/17/2005 8:12:04 AM
I wonder if anyone might be able to help me on this one. I am using MSXML3 in ASP to do a POST to a JSP page that's on the same server as my ASP page. The error I get is: msxml3.dll error '80072efd' A connection with the server could not be established /xmlhttp.asp, line 19 Line 19 rea...more >>

Session_OnEnd
Posted by Renjith at 6/17/2005 3:56:01 AM
Hi When is Session_OnEnd event working , ive tried Abandon , Timeout still its not working. will a session end , while closing the browser window ?? Renjith....more >>

IIS 6 won't serve .REG files?
Posted by Mark J. McGinty at 6/17/2005 1:18:09 AM
Greets, One site I've written allows the user to install an IE extension menu (not malware at all) by downloading/merging a short .REG file. Worked like a peach on Win2K Server, now that I upgraded to Server 2003, it returns a 404 file not found error. I'm positive the file is there/spell...more >>

How to retrieve current page url?
Posted by Penny at 6/17/2005 12:00:00 AM
Hi all, How can I retrieve the current page url(and parameters/arguments) using ASP code? The current page is an asp search results page so the url includes the page name and the criterion(sorry I don't know what they're called) I had the 'post' method tag on the end. I need to get it an...more >>

Realtime gold price on website
Posted by TRB_NV NO[at]SPAM hotmail.com at 6/16/2005 11:41:43 PM
Does anyone know an easy way to put a current gold price on your own website? I've seen the graphic methods that Kitco.com offers, but I'd rather have it pull the value from some gold market system in text format. I found a website that's doing it, but don't know where to start in reverse eng...more >>

Need clean code for HttpWebRequest POST
Posted by Steve at 6/16/2005 10:03:22 PM
Hi, Could someone post some clean code for a HTTPS POST request running from a server to a 3rd party server in an aspx page. I have some code that works unreliably. If I try the request from a few web pages it will not work reliably. I use ThreadPool.QueueUserWorkItem, myHttpWebRequest1.B...more >>

Strange Error in Function
Posted by Tony at 6/16/2005 7:57:03 PM
Can anyone help me with this error? code start ____________________________________________ Microsoft VBScript compilation error '800a03ee' Expected ')' /example.asp, line 142 Private Function FuncDiff(ByVal DateOne As DateTime, ByVal DateTwo As DateTime) -----------------------------------...more >>

Connect to IMAP or POP
Posted by !TG at 6/16/2005 3:36:21 PM
I'm looking for something that should be simple. What I want to do it just connect to an IMAP or POP server and see how many unread messages there are and display that number. Does anyone know how to do this?...more >>

No asmx in W2K3?
Posted by !TG at 6/16/2005 2:16:23 PM
I just setup a 2003 ent server. How do I get .Net installed so I can run asmx, aspx, asax, etc?...more >>

Conditional giving me fits!
Posted by Drew at 6/16/2005 10:31:05 AM
I have the following simple conditional on my page, If EmpIDError <> 1 Then 'Show Input items End If Now I need to add another conditional to this, If PosIDError <> 1 Then 'Show input items End If So I made it like this, If EmpIDError <> 1 OR PosIDError <> 1 Then But th...more >>

Please look - much needed input
Posted by VK at 6/16/2005 9:55:19 AM
Hi, We trying to update another company's server with information from our website. In the regular flow of website ends with redirect to confirmation page, I am trying to put in a form field and pass some of the information as hidden field to company's server just before this redirect. Woul...more >>

end-of-file on communication channel
Posted by Soha at 6/16/2005 1:38:27 AM
I'm using orcale db and the Dundas upload object on a windows2003 enterprise server. when i try to upload a file i receive this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Oracle][ODBC][Ora]ORA-03113: end-of-file on communication channel /admin/news_add.asp, line 72 ...more >>

Timeout in connection string
Posted by kant at 6/16/2005 12:00:00 AM
stringA= "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;PWD=password;Initial Catalog=DB;Data Source=127.0.0.1;Connect Timeout=30" stringB = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("DB.MDB") & ";Connect Timeout=30" Hi All, I have use the above conn...more >>

Code works Fine on Win2000 IIS 5 but not on Win2003 IIS6
Posted by Razarr69 at 6/15/2005 2:17:49 PM
I have a ASP application that I am using for my company and it is currently running on a Windows 2000 server box with IIS 5. The code works perfectly there (except for handling large files - due to low amount of RAM, I hope anyway - thus the switch to the new server). Now I need to move the...more >>

how to read large block of text
Posted by coltrane at 6/15/2005 12:57:46 PM
I am trying to create an ASP page that processes a large block of text that is posted to the page. The data block is approximately 500K. The only was I can figure to get the posted text into a string is using BinaryToString. Is there another way to just get the body of text that is posted? th...more >>

Reading RSS/XML
Posted by mark | r at 6/15/2005 12:34:11 PM
anyone know a simple to use RSS/XML feed getter so i can add external news to my site? Mark ...more >>

Single quote in URL
Posted by yiggie at 6/15/2005 12:29:03 PM
Hi, I am having a problem with a single quote in my URL. I use HTMLEncode and all is good on my machine, but when I test it with a browser from a different machine, I get 403 on invalid characters. More, it seems to me that the URL gets truncated after that single quote that I have in my URL...more >>

Unicode and filestream
Posted by ASP at 6/15/2005 12:13:57 PM
Why this code doesn't work ? The "testUnicode.asp" file is in Unicode UTF-8 and use the Normalization Form C with the Byte Order Mark (BOM, or Unicode Signature). <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/htm...more >>

Form on Web Page By Email
Posted by Rahul Chatterjee at 6/15/2005 11:32:59 AM
Hello All I have a web page which has a registration form. The user inputs data in the form and I would like to be able to send the entire form contents to an email address (In the HTML format). What is the best and easiest method to do this? Do I have to capture each element of the form and s...more >>

Empty Err Number
Posted by ionpopescu at 6/15/2005 7:58:13 AM
I have this code in an ASP class: If Err.Number <> 0 then 'error handling here... End If The code worked just fine. Now, when I debug, Err.Number and Err.Description are empty, so, of course, as Err.number is no longer 0, the error handling part gets executed, aborting the normal execut...more >>

Stock Quotes
Posted by Chris at 6/15/2005 2:05:18 AM
I'm currently writing a custom financial app that tracks stock purchases and values. however, I need help in retrieving stock quotes from the internet. A 20 minute delayed quote is fine. I do not want to revert to "page or screen scraping". any guidance/code references are much appreciated. th...more >>


DevelopmentNow Blog