Search the web
Sign In
New User? Sign Up
AspClassicAnyQuestionIsOk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7236 - 7265 of 8411   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7236
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...
Omar Nabil
omar_el_sa3ed
Offline Send Email
Apr 3, 2006
6:08 am
7237
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...
Dan Powderhill
danaspelite
Offline Send Email
Apr 3, 2006
8:00 am
7238
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...
hemant
hemblast
Offline Send Email
Apr 4, 2006
3:28 am
7239
How are you getting the word file? Are you doing this through automation or by hand? Dan ________________________________ From:...
Dan Powderhill
danaspelite
Offline Send Email
Apr 4, 2006
8:10 am
7240
below is my code for the same <% Response.ContentType = "application/msword" response.AddHeader "Content-Disposition","attachment;filename=1.doc" %> <html> ...
HemantGovekar
hemblast
Offline Send Email
Apr 4, 2006
8:41 am
7241
It may be that Word can't resolve "pic.gif" locally on the client machine. Try using a complete URL for the image src attribute (i.e. ...
Dan Powderhill
danaspelite
Offline Send Email
Apr 4, 2006
8:49 am
7242
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...
rowadood
Offline Send Email
Apr 5, 2006
8:22 am
7243
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...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Apr 6, 2006
7:12 am
7244
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...
peter_brunone
Offline Send Email
Apr 7, 2006
2:24 am
7245
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!...
Jegatha
jose_ph_84
Offline Send Email
Apr 7, 2006
7:11 am
7246
Well, you can't show a tooltip for each item, but you can change the tooltip for the list based on what item is selected: ...
Peter Brunone
peter_brunone
Offline Send Email
Apr 7, 2006
7:25 am
7247
TrackingID=57AA9699433C2F47 6056.SD_ICBAM V1.0.90.CDatabaseSvc.ExecuteQueryEx.0> error '80040e7b' Cannot change the ActiveConnection property of a Recordset...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Apr 7, 2006
11:29 am
7248
Hello all, I found the solution, put SET NOCOUNT ON before the declaration of the cursor then just turn it off somewhere. Erwin Rommel Felix 2000A...
Erwin Rommel Felix 20...
lordmasterch...
Offline Send Email
Apr 7, 2006
11:49 am
7249
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")...
huangpower
Offline Send Email
Apr 7, 2006
8:18 pm
7250
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....
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 7, 2006
9:16 pm
7251
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 ...
Natishin, Steve
stephennatishin
Offline Send Email
Apr 7, 2006
9:43 pm
7252
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...
Dan Powderhill
danaspelite
Offline Send Email
Apr 8, 2006
1:15 pm
7253
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, ...
Jegatha
jose_ph_84
Offline Send Email
Apr 10, 2006
7:07 am
7254
mainly procedural, with limited OO support....
mischa kroon
aemca_san
Offline Send Email
Apr 10, 2006
9:37 am
7255
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...
archana
hs_archana79
Offline Send Email
Apr 10, 2006
10:25 am
7256
Hi, try this, objcdoSYSMail.AttachFile server.MapPath("attachedfile.zip") Regards, Jegatha archana <hs_archana79@...> wrote: Hi All, I used to use cdonts...
Jegatha
jose_ph_84
Offline Send Email
Apr 11, 2006
3:50 am
7257
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...
cgg007
Offline Send Email
Apr 12, 2006
5:53 pm
7258
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...
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 12, 2006
8:46 pm
7259
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...
Dan Powderhill
danaspelite
Offline Send Email
Apr 13, 2006
7:40 am
7260
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...
cgg007
Offline Send Email
Apr 13, 2006
12:54 pm
7261
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....
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 13, 2006
3:56 pm
7262
Dean Fiala!!!!!!!!!!!!!!!!!!!!!!!! MVP! Ryan Olshan!!!!!!!!!!!!!!!!!! MVP! are now MVPs due to their ... http://groups.yahoo.com/group/aspnetAnyquestionIsOk/ ...
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 13, 2006
10:35 pm
7263
#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...
Charles Carroll
charlesmarkc...
Online Now Send Email
Apr 14, 2006
3:59 pm
7264
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...
dt_aiying
Offline Send Email
Apr 17, 2006
3:59 am
7265
... 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...
cgg007
Offline Send Email
Apr 17, 2006
4:03 pm
Messages 7236 - 7265 of 8411   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help