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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 8288 - 8317 of 12396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8288
Thanks Ray! I find those solutions quite cumbersome. I have I been blinded by the length of the supplied code? How come SQL still does not have a statement for...
Thierry Lavallée
synerginov
Offline Send Email
Jan 1, 2004
8:55 pm
8289
The idea of the second select top sounds good until you think about the last page, where you're going to get a full page of information which includes some...
David Smart
smartware_co...
Offline Send Email
Jan 1, 2004
10:54 pm
8290
Hi Thierry, ... Yes. :) It really is a matter of three or four lines of applicable code - all dealing with the paging. Here's what's important, commented for...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 2, 2004
2:22 am
8291
Hi Lynn, ... Without actually seeing some data it's hard to say authoritatively what you can do, but chances are it can be sorted and played with in a single...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 2, 2004
10:55 pm
8292
Hi Andy, ... I converted it to lists instead of tables and the funky width bug-out has gone away. I kinda like the colors a little better, but I imagine this...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 2, 2004
11:46 pm
8293
... The best way to do something like this is to develop the query you want in Access itself, using the design view or a query wizard. Once it gives you what...
David Smart
smartware_co...
Offline Send Email
Jan 3, 2004
7:45 am
8294
I would like to use the two sample databases that come with SQL (Server 2000) to help teach the basics. Anybody seen a course/lesson outline or examples using...
Richard Vannoy
richardvanno...
Offline Send Email
Jan 3, 2004
8:59 am
8295
Hi Richard, ... Do a search on MSDN for "Fitch and Mather," "Duwamish Books" and "Northwind Traders." Many of the links are bad (even the ones returned in...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 4, 2004
10:05 am
8296
Hi, I have an asp page that retrive data from an access table and show in browser. While it is dispalying the time fields the 'pm' is converted to 'ã' and...
shajutc
Offline Send Email
Jan 4, 2004
6:18 pm
8297
Hi shajut, ... This is probably a Unicode conversion problem. I would suggest not simply writing out the contents of the field, but converting them to a date...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 4, 2004
9:04 pm
8298
hello everyone, can somebody tell me how to get ip client? thanks before. rgd, Fredy [Non-text portions of this message have been removed]...
Fredy Setiawan
FredyS@...
Send Email
Jan 5, 2004
9:24 am
8299
Hi Fredy; You can get it by using this command: Dim IP IP = Request.ServerVariables("REMOTE_HOST") Fredy Setiawan <FredyS@...> wrote: hello everyone, ...
Firoozeh
firoozeh2020
Offline Send Email
Jan 5, 2004
9:33 am
8300
Is this what you want? Request.ServerVariables("LOCAL_ADDR") ILyas ... From: Fredy Setiawan [mailto:FredyS@...] Sent: Monday, January 05, 2004 1:29 PM ...
ILyas
iluilyas
Offline Send Email
Jan 5, 2004
9:35 am
8301
Hi Fredy, ... ip = Request.ServerVariables("REMOTE_ADDR") Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jan 5, 2004
9:37 am
8302
Oops, im sorry for the wrong info. ILyas ... From: ILyas [mailto:lists@...] Sent: Monday, January 05, 2004 1:39 PM To:...
ILyas
iluilyas
Offline Send Email
Jan 5, 2004
9:40 am
8303
Hi be aware if you are using REMOTE_HOST, if by any chance the reverse dns lookup of iis is enabled and the client has a dns name it will be returned instead. ...
Chamindu Munasinghe
chamindulk
Offline Send Email
Jan 5, 2004
9:41 am
8304
thanks! rgd, Fredy ... From: "Firoozeh" <firoozeh2020@...> To: <active-server-pages@yahoogroups.com> Sent: Monday, January 05, 2004 4:33 PM Subject: Re:...
Fredy Setiawan
FredyS@...
Send Email
Jan 5, 2004
11:03 am
8305
ip client means do you mean the ip address of the client ? rgards anchoori ... From: Fredy Setiawan To: active-server-pages@yahoogroups.com Sent: Monday,...
Anchoori
sridhar_info...
Offline Send Email
Jan 5, 2004
11:11 am
8306
Hello all, hope you had nice Christmas. I am having problems with my shopping cart, this is a link to it ...
issi666
Offline Send Email
Jan 5, 2004
8:56 pm
8307
I have 2 suggestions: 1) Put more comments in your code. Alot more. It's hard to tell what you are trying to do without more knowledge of your process. 2)...
Mark Eckeard
meckeard2000
Offline Send Email
Jan 5, 2004
10:10 pm
8308
I understand Mark's frustration over your code. I'd be more comfortable, however, if you broke the functionality out into functions with meaningful names to...
David Smart
smartware_co...
Offline Send Email
Jan 5, 2004
11:50 pm
8309
I need to import data from a fixed-width text file into an AccessDb. I can do it with the import utility in Access, but want to automate this process. Anyone...
Chris Hagwood
chris_hagwood
Offline Send Email
Jan 6, 2004
5:25 pm
8310
What are the best cheap ASP.NET website hosting services? Any opinions? I don't need SQL Server features, but they would be a plus. I just need to be able...
John Vieth
aspsavant
Offline Send Email
Jan 6, 2004
7:48 pm
8311
HI... Thanks for your reply. I did the changes refered by you. But stull not working. My asp page is like this. <html> <head> </head> <body> <% dim DateVal ...
shajutc
Offline Send Email
Jan 6, 2004
7:49 pm
8312
Thanks for replies, First I wanted to apologise for the messy code and style, but I am new to ASP, and also I have copied the code out of SAMS "E-Commerce...
issi
issi666
Offline Send Email
Jan 6, 2004
7:49 pm
8313
Hi Everybody, I have a web site that contains a lot of PDF files. Now the problem that I am facing is to provide a search engine that is capable to search...
shajutc
Offline Send Email
Jan 6, 2004
7:49 pm
8314
Hello Guys: Is it possible to use a pivot table (or similar coding techniques) in an ASP page? We have a pivot table that has too much data and as a result:...
kamills@...
historynut13
Offline Send Email
Jan 6, 2004
8:10 pm
8315
J.V. I use http://www.hostdepartment.com. They have plans starting from $6.95 a month that includes SQL. The support is OK. It's web based. The last time I...
Mark Eckeard
meckeard2000
Offline Send Email
Jan 6, 2004
8:16 pm
8316
I have been thinking of going to jodohost.com - I have heard good things about them, and they seem to have a very good deal. Good luck! Moshe ... From: Mark...
M Tapnack
tapnack
Offline Send Email
Jan 6, 2004
8:32 pm
8317
jodohost.com and hostdepartment.com both look good! The price is right, that's for sure! How about big names? Who would you say are currently the big names...
John Vieth
aspsavant
Offline Send Email
Jan 6, 2004
10:26 pm
Messages 8288 - 8317 of 12396   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