Displaying posts categorized under

Google analytics control

The Google Analytics ASP.NET webcontrol

This is a really simple webcontrol – injecting the google analytics code into your page(s). I won’t explain much, but rather show you the use of it:
1. add a reference to the GoogleAnalyticsCtrl dll.
2. Declare the use of it from your aspx page:

<%@ Register TagPrefix="analytics" Namespace="GoogleAnalyticsCtrl" Assembly="GoogleAnalyticsCtrl" %>

3. Put the control into the end of [...]