how to count number of visitors for website using asp.net in c#
how to count number of visitors for website Anonymous User 2402 04 Oct 2014 how to count number of visitors for website using asp.net in c#
now aspx.cs page
lblCount.Text = Application["NoOfVisitors"].ToString();