Re: online users

Tech-Archive recommends: Fix windows errors by optimizing your registry



Jeff,

this was covered in a recent thread at asp.net

http://forums.asp.net/thread/1413475.aspx

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com


"Jeff" <it_consultant1@xxxxxxxxxxxxxxxxxx> wrote in message
news:eGXnrgK7GHA.4996@xxxxxxxxxxxxxxxxxxxxxxx
Hey

asp.net 2.0

I want to populate a GridView with a list of the online users, but I'm not
sure how to get the collection of online users:

I tryed using this code:
MembershipUserCollection onlineUsers = Membership... but I didn't find a
method in the Membership class which provide a collection users!

Any ideas how I can get a collection of the online users!

Jeff



.