A
amitku
I am working on a web site and whenever someone arrives at the home
page, I'm trying to track this by inserting some values into my
database.
I do so from the Page_Load function. Unfortunately for some reason,
for each person entering my website, I get 3 entries in my database!
I've been reading everywhere to figure out why this could be happening,
but I'm out of ideas.
1) I've made sure that Page.IsPostBack is set to false. No
improvement.
2) I also set AutoEventWireup to false, but then my Page_Load function
wouldn't called at all, so now I've set it back to being true...
Any ideas or suggestions would be appreciated.
Thanks in advance,
Amit
page, I'm trying to track this by inserting some values into my
database.
I do so from the Page_Load function. Unfortunately for some reason,
for each person entering my website, I get 3 entries in my database!
I've been reading everywhere to figure out why this could be happening,
but I'm out of ideas.
1) I've made sure that Page.IsPostBack is set to false. No
improvement.
2) I also set AutoEventWireup to false, but then my Page_Load function
wouldn't called at all, so now I've set it back to being true...
Any ideas or suggestions would be appreciated.
Thanks in advance,
Amit