C# .NET - C#/.NET Click Tracking/HeatMap

Asked By Alex Milinovich on 14-May-09 09:00 AM
Hi, I am trying to find some code for .NET 1.1 that generates a heatmap or tracks where users click on my site.  I have found some opensource products like ClickHeat, but the sites I am trying to track are internal and are behind a firewall thus inaccessible to the outside world.  Does anyone know where I could find any such code?
Ravenet Rasaiyah replied to Alex Milinovich on 14-May-09 09:11 AM
Hi

Here some freeware to track click and more information

http://webscripts.softpedia.com/script/Click-Tracking/Hit-IP-Counter-39667.html

Here asp.net 1.1  and  vb.net code

http://www.4guysfromrolla.com/webtech/012901-1.2.shtml

thank you
Santhosh N replied to Alex Milinovich on 14-May-09 09:50 AM
Check this article explaining with step by step how to do this along with code..

http://dylanvester.com/post/Creating-Heat-Maps-with-NET-20-(C-Sharp).aspx

Other references..

http://www.problogger.net/archives/2007/08/16/create-a-heatmap-of-where-readers-click-on-your-blog/

http://www.clickdensity.com/HowItWorks.aspx

Solution :: C#/.NET Click Tracking/HeatMap

DC RC replied to Alex Milinovich on 14-May-09 02:19 PM