I have a page with several links I would like keep track of which users clicked on which links. How would I go by doing that using asp or aspx thanks
Printable View
I have a page with several links I would like keep track of which users clicked on which links. How would I go by doing that using asp or aspx thanks
We have an ASP.Net forum here on this site. Any questions regarding asp.net are better answered there. As for your question, you simply store the user name in a session variable when they login. and when a page is requested, you read this variable and i'll tell you who who are requesting it.