|
 |
asp_web_howto thread: List of Users
Message #1 by "John P. Miller" <jpmiller@a...> on Thu, 25 Oct 2001 12:25:34 -0400
|
|
Here's an easy one. I'm still fairly new to ASP and need some quick
help. I have an ASP Chat application where users enter their nickname
into a text box. I save their nickname as request("nick"). I want to be
able to display a list of nicknames in frame in the chat window. All
else works but this. How do I retrieve all nicknames in use?
Thanks in advance,
John Miller
Message #2 by "Tim Morford" <tmorford@n...> on Thu, 25 Oct 2001 14:25:00 -0400
|
|
How is the users nicknames being held, Session, DB, Application?
Tim Morford
-----Original Message-----
From: John P. Miller [mailto:jpmiller@a...]
Sent: Thursday, October 25, 2001 12:26 PM
To: ASP Web HowTo
Subject: [asp_web_howto] List of Users
Here's an easy one. I'm still fairly new to ASP and need some quick
help. I have an ASP Chat application where users enter their nickname
into a text box. I save their nickname as request("nick"). I want to be
able to display a list of nicknames in frame in the chat window. All
else works but this. How do I retrieve all nicknames in use?
Thanks in advance,
John Miller
Message #3 by "John P. Miller" <jpmiller@a...> on Thu, 25 Oct 2001 15:10:41 -0400
|
|
Session variable.
----- Original Message -----
From: "Tim Morford" <tmorford@n...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Thursday, October 25, 2001 2:25 PM
Subject: [asp_web_howto] RE: List of Users
> How is the users nicknames being held, Session, DB, Application?
>
> Tim Morford
>
> -----Original Message-----
> From: John P. Miller [mailto:jpmiller@a...]
> Sent: Thursday, October 25, 2001 12:26 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] List of Users
>
>
>
> Here's an easy one. I'm still fairly new to ASP and need some quick
> help. I have an ASP Chat application where users enter their nickname
> into a text box. I save their nickname as request("nick"). I want to be
> able to display a list of nicknames in frame in the chat window. All
> else works but this. How do I retrieve all nicknames in use?
> Thanks in advance,
> John Miller
>
>
Message #4 by "Tim Morford" <tmorford@n...> on Thu, 25 Oct 2001 16:41:55 -0400
|
|
http://www.asp101.com/resources/active_users.asp
That should help you
Tim Morford
-----Original Message-----
From: John P. Miller [mailto:jpmiller@a...]
Sent: Thursday, October 25, 2001 3:11 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: List of Users
Session variable.
----- Original Message -----
From: "Tim Morford" <tmorford@n...>
To: "ASP Web HowTo" <asp_web_howto@p...>
Sent: Thursday, October 25, 2001 2:25 PM
Subject: [asp_web_howto] RE: List of Users
> How is the users nicknames being held, Session, DB, Application?
>
> Tim Morford
>
> -----Original Message-----
> From: John P. Miller [mailto:jpmiller@a...]
> Sent: Thursday, October 25, 2001 12:26 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] List of Users
>
>
>
> Here's an easy one. I'm still fairly new to ASP and need some quick
> help. I have an ASP Chat application where users enter their nickname
> into a text box. I save their nickname as request("nick"). I want to be
> able to display a list of nicknames in frame in the chat window. All
> else works but this. How do I retrieve all nicknames in use?
> Thanks in advance,
> John Miller
>
>
|
|
 |