Hi friends,
Also how is the number of non registered members counted and displayed..
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay YadavPosted Apr 1, 2011, 2:33 AM
If your query got resolved, mark the answer that help you!
Blocked AccountPosted Mar 31, 2011, 11:48 PM
Hi Kavita,
You can do this by writing code in global.asax
{{{And to show Total Online User in aspx page write this
Online Users: <%= Application["OnlineUsers"].ToString() %>