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************@hotmail.com.NOSPAMwrote in message
news:eG**************@TK2MSFTNGP03.phx.gbl...
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