Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7252 - 7281 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7252
Hello Team I have to export values from asp file to excel file, but the value in which are coming in excel contains blank space , is there any method that we...
rahul ranjan
mail2rr
Online Now Send Email
Oct 1, 2003
9:23 am
7253
Shawn: Yes, I am accessing it through an ".aspx" page. It is not within another control. The ".ascx" file is simply html code. Listed below is the ".ascx"...
Andy Mills
sholinkempochb
Offline Send Email
Oct 1, 2003
10:59 am
7254
What OS is the server running? Dan ... From: Andy Mills [mailto:kamills@...] Sent: 01 October 2003 12:04 To: active-server-pages@yahoogroups.com ...
Powderhill, Daniel
danaspelite
Offline Send Email
Oct 1, 2003
11:02 am
7255
Need more input, like #5. VBScript, if that's what you're using, has a trim() function that you can use before putting the data in Excel. Ray at work ... ...
Costanzo, Ray
rcostanzo@...
Send Email
Oct 1, 2003
12:47 pm
7256
Dan: I would assume at a minimum 2000, as I think that is needed for .Net Thanks Andy ... What OS is the server running? Dan ...
Andy Mills
sholinkempochb
Offline Send Email
Oct 1, 2003
6:12 pm
7257
Dear Rahul: To put an excel formula in an asp page is the same way that you can put any other formula. Except that you have have to have the necessary...
Arnaldo Martinez
arnniemartinez
Offline Send Email
Oct 1, 2003
6:17 pm
7258
Hi. I am trying to use a database query which has an & (and) sign in ... DeptSchool,...
yogi799
Offline Send Email
Oct 1, 2003
8:36 pm
7259
How exactly is the & sign affecting your query? Since you're delimiting with ', it shouldn't matter. Your query looks like this, correct? sSQL = "SELECT...
Ray at home
ray_at_place
Offline Send Email
Oct 1, 2003
10:51 pm
7260
Is it just this easy? seems it would look for the characters in the text... text=Replace(text, crlf, "<br>") Any help is appreciated....
rickstahr
Offline Send Email
Oct 1, 2003
11:19 pm
7261
That's it. You need to change the crlf to vbcrlf though. Sometimes you need the other ways too. Instead of vbcrlf, sometimes you need chr(13), too. Rick...
Rick Rose
roseri1997
Offline Send Email
Oct 1, 2003
11:25 pm
7262
You probably mean vbCrLf. Make sure you only do these replaces when you are displaying your data. Don't do this before inserting the data into a database or...
Ray at home
ray_at_place
Offline Send Email
Oct 1, 2003
11:28 pm
7263
Thnaks, both of you, for your quick reply. Ill try it on display first. Rick ... data. ... the...
rickstahr
Offline Send Email
Oct 1, 2003
11:34 pm
7264
BEAUTIFUL! Looks a lot better, as the poster intended. Work in progress... http://www.stahrinteractive.com/vw/view-posts.asp ... data. ... the...
rickstahr
Offline Send Email
Oct 1, 2003
11:36 pm
7265
Ah, you should have bought a GM. Ray at home...
Ray at home
ray_at_place
Offline Send Email
Oct 2, 2003
12:05 am
7266
Hi Yogi, ... You probably ought to be using Server.HTMLEncode for values that potentially have entities (©, §, &, £, ¢, °, ®, ...) in them. ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Oct 2, 2003
12:22 am
7267
hv u got the solution? i got into the same situation and got an utility (exe) which does this fn. just wanna check how u got around here. ILyas _____ From:...
ILyas
iluilyas
Offline Send Email
Oct 2, 2003
6:20 am
7268
Dear Friend: There is nothing wrong with your SQL Varible below. You may have forgotten how to use it in ASP. This is how I use it: First declare the...
arnniemartinez
Offline Send Email
Oct 2, 2003
5:37 pm
7269
In the future use &amp; for & so that the code is not messed up! ... delimiting ... getting an ... sign in ... help!...
webster252003
Offline Send Email
Oct 2, 2003
5:37 pm
7270
I'm trying to select all records from an access (ugh) database. There are records in there but the query returns nothing. Do I need to convert the date?...
rickstahr
Offline Send Email
Oct 3, 2003
7:14 pm
7271
For Access, you must delimit dates with #, if it's a date/time column. when = "#" & Request.Querystring("when") & "#" Ray at work ... ...
Costanzo, Ray
rcostanzo@...
Send Email
Oct 3, 2003
7:17 pm
7272
Ray, thanks again. You're the best. One question, though... do you actually get any work done at work?! You're always the first to reply! lol! Thanks again! ...
rickstahr
Offline Send Email
Oct 3, 2003
7:20 pm
7273
I don't start working until everyone else has left for the day and it quiets down enough to get some stuff done. :] This is especially true when there is a...
Costanzo, Ray
rcostanzo@...
Send Email
Oct 3, 2003
7:22 pm
7274
I SO need to move to a sql provider... I know you cant do SELECT COUNT (DISTICT xyz)in access... is there another way to do it? Thanks! Rick...
rickstahr
Offline Send Email
Oct 3, 2003
10:54 pm
7275
SELECT COUNT(xyz) FROM table WHERE xyz IN ( SELECT DISTINCT(xyz) FROM table ) I believe that's the syntax. Rick Rose www.howlingwolfcomputers.com Custom Made...
Rick Rose
roseri1997
Offline Send Email
Oct 3, 2003
11:02 pm
7276
Hi Rick, You can do: SELECT COUNT(TheCount) FROM (SELECT DISTINCT xyz AS TheCount FROM Table1) Ray at home...
Ray at home
ray_at_place
Offline Send Email
Oct 3, 2003
11:03 pm
7277
Thanks, guys... I'll give it a go. Ray, glad to see you made it home! Rick ... there...
rickstahr
Offline Send Email
Oct 3, 2003
11:07 pm
7278
... And what difference did it make to him? He's still here on the group, as usual! ;-) Regards, Manas. -- ...
Manas Tungare
ManasTungare
Offline Send Email
Oct 3, 2003
11:10 pm
7279
Ah, but there is a difference... he's inn an ENTIRELY different chair! uhh... probably... unless he REALLY likes that chair... ... group, as ... ...
rickstahr
Offline Send Email
Oct 3, 2003
11:13 pm
7280
Better chair, better computer, don't have to wear a tie, can drink beers, smoke cigarettes, curse, or do whatever else I want! I love home! :] Ray at home...
Ray at home
ray_at_place
Offline Send Email
Oct 4, 2003
12:09 am
7281
Dear friends, Of late I am getting to know the usage of Dreamweaver MX. It is really wonderful one. The features in it are so easy. I used to use to host only....
Dilip SK
dilsaharaonline
Offline Send Email
Oct 4, 2003
4:12 pm
Messages 7252 - 7281 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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