Hi all, I faced the problem of upgrading the server of my ASP classic Application. The problem that I need to configure the new server to be the server of the...
If this is a new installation of IIS 6 you will need to enable ASP as it is disabled by default, which can be done through the Web Service Extensions area of...
Dear All How to convert an ASP page with pictures in it to word file I am getting the word file witout the picture Plz help me out Thanks in advance!!!!!!!!!!1...
below is my code for the same <% Response.ContentType = "application/msword" response.AddHeader "Content-Disposition","attachment;filename=1.doc" %> <html> ...
hi there. i'm trying to make a loop through the words of a split xml element... ...but i need the loop to stop once the words are finished... ...but i'm not...
What may cause a querystring not to be retrieved? I have an ASP application and I have a problem regarding QueryString. Consider the following scenario: This...
Hi Erwin, I don't have a quick answer, but I can ask a few questions. 1) Where are you setting the encoding? 2) What does the code look like before you try...
Hai all, I have a list box ,and i want to show the tooltip for each item inside my listbox.How to do it? Thanks&Regards, Jegatha.M ... Jiyo cricket on Yahoo!...
TrackingID=57AA9699433C2F47 6056.SD_ICBAM V1.0.90.CDatabaseSvc.ExecuteQueryEx.0> error '80040e7b' Cannot change the ActiveConnection property of a Recordset...
I recently working on adding the value of two session objects together to get a total but is unable to make it work. example, session("a") = request("a")...
I suspect you need to convert session("a") and session("B") to numbers then the + will do what you want. In Vbscript + can concatenate strings OR add numbers....
session("c") = cdbl(session("a")) + cdbl(session("b")) if this doesn't work try: session("c") = cstr(cdbl(session("a")) + cdbl(session("b"))) thanks, Steve ...
The request object stores it's data as a string datatype, so if you use the + operator with the request object without performing any type conversion it will...
Hai all, Can anyone give the exact answer for this, What programming model is ASP based on?What programming model is ASP based on? Thanks in Adv, Regards, ...
Hi All, I used to use cdonts to send out email from my asp page and had no problem sending out email with an attachment. I have now converted to using cdo to...
Hi, try this, objcdoSYSMail.AttachFile server.MapPath("attachedfile.zip") Regards, Jegatha archana <hs_archana79@...> wrote: Hi All, I used to use cdonts...
I'm having some trouble wrapping my brain around scope and an object's lifespan in VBScript and with COM... It looks like if you Class x Private Sub...
http://www.learnasp.com main page now features my new ASP.net tribe and Asp Classic Tribe.net groups prominently. I like this as a better version of...
If you're passing in existing objects which have been instantiated in your external layer of code and destroying them in the external layer of code then you...
It does make sense... I wish there existed an inexpensive program to track memory leaks at run-time. That way I could be sure. CG ... in ... layer of ... which...
http://www.charlescarroll.com/chaz/site/4804/default.aspx and http://www.charlescarroll.com/chaz/site/4302/default.aspx pretty much lead you where you want....
Dean Fiala!!!!!!!!!!!!!!!!!!!!!!!! MVP! Ryan Olshan!!!!!!!!!!!!!!!!!! MVP! are now MVPs due to their ... http://groups.yahoo.com/group/aspnetAnyquestionIsOk/ ...
#1 On the job front I have several attractive job offer letters from great companies with generous pay and benefits and in by late next week I will choose one...
Hi everyone, I really need some urgent help here.. I'm designing a data-driven ASP Web system which involves me to extract some data from a Lotus Notes...
... leaks at ... Hm... I spent some time sniffing around there. I found plenty of ASP.NET memory leak and debugging info, but I couldn't find anything that...