Hi Abhishek Sur, I do want to store the counter hits number in a data store, but cannot figure out how to do it. I have created a test database (DbTest) in SQL Server 2005 with a Param table and a simple column, NbHits. I can connect to it and display the number on a page. That is it. I would like my counter to be incremented every time a user visits the main page. I would also like to know which way is best for a simple personal web site. Do you know of some links where I could find some example? Thanks.