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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 10719 - 10751 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10719
Is there a way to retrieve an anonymous user's Windows logon ID via ASP? The particular intranet site is unsecured and allows anonymous access. I've tried...
Ross St. Clair
rcstclair1
Offline Send Email
Jun 1, 2005
7:29 pm
10720
Function Get_NTUSERID() Dim objShell As Object Set objNet = CreateObject("WScript.Network") NTUSERID = objNet.UserName Set objNet = Nothing End Function ... ...
Cadieux.Tim@...
tim_cadieux
Offline Send Email
Jun 1, 2005
7:33 pm
10721
... No. The contents of this email and any attachments are sent for the personal attention of the addressee(s) only and may be confidential. If you are not...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Jun 2, 2005
8:51 am
10722
Short, sweet, and to the point! ;-) That's what I figured, but my manager seems to think there is a way. Maybe I'll forward this e-mail to him... Thanks... --...
Ross St. Clair
rcstclair1
Offline Send Email
Jun 2, 2005
12:07 pm
10723
In an application I am working on I wish to remove cookies at one point. This is a web site using ASP. I have a cookies with multiple indexes see below: ...
Madòrick
madorick
Offline Send Email
Jun 3, 2005
1:53 am
10724
... Response.Cookies("Key2")("Index3").Expires = Date() - 1 ' Sets the cookie expiration date to yesterday, which deletes it [Non-text portions of this message...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 3, 2005
11:27 am
10725
Thanks, I didn't think of that.........
Madòrick
madorick
Offline Send Email
Jun 3, 2005
10:27 pm
10726
Hi list Could anyone pls advise here? I have 2 tables, p_details and s_details with the field quantity. The common field is project_no Now, i would like to...
Ilyas
iluilyas
Offline Send Email
Jun 4, 2005
10:32 am
10727
... I think you'll need to sum p_details.quantity, sum s_details.quantity first, in individual queries, ordered and grouped by project_no, then total those two...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 4, 2005
3:59 pm
10728
Is anyone using a reliable method of avoiding having their session timeout? I believe I read that the Session.Timeout cannot be set to 0 minutes. At this...
Ross St. Clair
rcstclair1
Offline Send Email
Jun 6, 2005
6:31 pm
10729
Setting the session timeout to 24 hours would probably lead to server performance degradation as a user who hit a page once and didn't return for 24 hours...
Dan Powderhill
danaspelite
Offline Send Email
Jun 7, 2005
7:44 am
10730
Is it not possible to use traditional HTML comments (<!-- -->) in an ASPX page? I have an ASPX page that I have been tasked to modify. The page uses all <asp:...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Jun 7, 2005
7:13 pm
10731
Annoyingly, I've found that I have to get rid of the "runat" attribute or put a space in it, eg. <!--asp:dropdown id="something" run at="server" ... --> Ray at...
Ray at home
ray_at_place
Offline Send Email
Jun 8, 2005
3:06 am
10732
Hi, I am having trouble with DIV tag (may be its the way it works!). But here's what I am trying to do. <TABLE> 1..... </TABLE> <TABLE> 2..... </TABLE> I have...
Krishna, Hari
hkrishna@...
Send Email
Jun 8, 2005
5:35 pm
10733
Hi all, I'm working on my first site which has to cater for javascript being disabled. The problem I am having is: I have a left hand navigational menu that...
dagda1970
Offline Send Email
Jun 11, 2005
12:46 pm
10734
Hi Paul, ... Without client-side script it cannot be done. HTML forms submit via buttons or "enter", not text or links. You require either script or a button. ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 11, 2005
11:02 pm
10735
The only way I can think of is, like Shawn said, to use buttons. A series of submit buttons with different names or values which make up part of a form. Then...
Dan Powderhill
danaspelite
Offline Send Email
Jun 13, 2005
7:43 am
10738
Hi all, I`m new to this group, I have been recommended I come here from the Word VBA group. I wonder if anyone can help, below is the message I posted to the...
Karah
kkarah
Offline Send Email
Jun 16, 2005
7:30 pm
10739
Hi all i have a mailing script on a site, that some 400 addresses into the mailing (where each subscriber get his own email sent) - the page suddenly reloads ...
Moshe Tapnack
tapnack
Offline Send Email
Jun 16, 2005
10:04 pm
10740
Hi Moshe, ... This could be caused by a script timeout problem, insufficient resources, or a trapped error that is being recycled by IIS. Non-exhaustive list,...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 17, 2005
6:08 am
10741
Hi Karah, ... Welcome aboard! ... You need to have some form of key or identity tied to the listbox items. In an HTML list you'd have the hidden value portion...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 17, 2005
7:23 am
10742
gotcha, thanks Shawn ... From: active-server-pages@yahoogroups.com [mailto:active-server-pages@yahoogroups.com] On Behalf Of Shawn K. Hall Sent: Friday, June...
Moshe Tapnack
tapnack
Offline Send Email
Jun 17, 2005
1:37 pm
10744
I have forgotten how to do this and know that someone out there must have the answer on the tips of their fingers. I insert a row into a SQL Server database,...
GLSmyth
Offline Send Email
Jun 21, 2005
3:06 pm
10745
SELECT SCOPE_IDENTITY() http://www.aspfaq.com/show.asp?id=2174 Ray at work...
Ray at work
ray_at_place
Offline Send Email
Jun 21, 2005
3:29 pm
10746
Identity - that was whatI was forgetting. Thanks a bunch. Cheers - george...
GLSmyth
Offline Send Email
Jun 21, 2005
5:01 pm
10747
Hi, can you help me about how to create tree menu in asp program..??? thanks a lot Ben...
bjufri
Offline Send Email
Jun 22, 2005
2:00 am
10748
http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=DVXB,DVXB:2005-24,DVXB:en&q=asp+tree+menu Ilyas ... From: "bjufri" <bjufri@...> To:...
Ilyas
iluilyas
Offline Send Email
Jun 22, 2005
6:44 am
10749
http://www.obout.com/ ... From: "bjufri" <bjufri@...> To: <active-server-pages@yahoogroups.com> Sent: Tuesday, June 21, 2005 10:00 PM Subject: [ASP] Tree...
development@...
santa123114
Offline Send Email
Jun 22, 2005
6:52 am
10750
Anybody know how would I do this in Oracle? The sequences are being filled in by a trigger. Thanks, Ben....
Ben Sauer
bensauerdupl...
Offline Send Email
Jun 22, 2005
5:38 pm
10751
Would anyone happen to know a good way to read Font files from a folder, create an image of the font, and then display it to the webpage? For example, I wish...
pogowolf
Offline Send Email
Jun 22, 2005
6:46 pm
Messages 10719 - 10751 of 12403   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