|
error with aspnet_isapi.dll Win2k server that recent;y had a virus (fixed by client so I don't know which one it was) is filling the event log with this error: 7/6/2005,4:39:07 PM,Perflib,Error,None,1008,N/A,SERVER,"The Open Procedure for service ""ASP.NET_1.1.4322"" in DLL ""C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll"" ... 7 Jul 2005 11:43
number formatting Hi Im having a problem getting a number to display correctly. The number is the result of a calculation and I am then using formatnumber to remove any decimals. The number displays as '1,345' is there any way to get rid of the comma Thanks J ... 6 Jul 2005 16:12
Excel gridlines Like many people here, I've been trying to generate a spreadsheet on an ASP page. In my case, it's Intranet, so I can't provide you with a link. But the problem I have been fighting is a simple one: The spreadsheet that is built by my code has no gridlines. I cannot find anything in the documentation of either MSDN... 7 Jul 2005 09:39
session In my login.asp I have the following code: <!--#include file="database_Function.asp"--> <% Dim sSessionID, sMessage If Len(Request.Form("cmdSubmit")) > 0 then mySQL = "EXECUTE usp_CheckLogin @usid='" & Trim(Lcase(Request.Form("usid"))) & "',@password='" + Trim(Request.Form("passw... 5 Jul 2005 22:02
DTPicker Hi Guys, A silly question really, but how do I get the value of a DTPicker. I just need to get the value in session variable and display it on a different page. ----------------------------- This message is posted by http://asp.forumszone.com ... 4 Jul 2005 09:07
CDO.message and UTF8 Help! Trying to send mail with ASp and CDO, but my local (croatian) characters are completely left out from the message! It's not like some strange chars are shown, but nothing. like they are ignored. The ASP page has <%@language="vbscript" codepage="65001"%>. What parameters of the CDO object do I have to... 30 Jun 2005 09:07
CDO mail failure on Exchange Server I use the method below to send emails from an asp page that's part of a web application: <!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows 2000 Library" --> <% On error Resume Next Dim cdoConfig, cdoMessage Set cdoConfig = Server.CreateObject("CDO.Configuration"... 30 Jun 2005 09:07
FormatDateTime Hi, Is there any way to define the default date/time format, instead of having to format every single time you print a date/time? Thanks -- Regards, Sune ... 22 Jun 2005 10:15
Session_OnEnd 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. ... 17 Jun 2005 14:29 |