online users

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

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
 
Back
Top