Click here to Skip to main content
15,894,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i have page and having controls like textboxes, dropdowlist, linkbuttons,buttons, i want to track all the information about the operations on the page like what i have clicked on the page like for username abc is entered, lastname--> abcd is entered.... iwant to get all the information on the excel or csv file...

if i have 100 pages i want to track all the information about all the pages and i want to print in the excel file


please give me some suggesions...

thank u all in advance...
Posted
Comments
ChienVH 9-Jun-13 12:07pm    
Try with log4net to log everything activity on your web to db. Then, exporting all of those data to an excel file. (google search)

1 solution

Try the following links for ideas -
Page Tracking in ASP.NET[^]
http://msdn.microsoft.com/en-us/magazine/cc163722.aspx[^]

You could also look at external tools.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Jun-13 13:24pm    
Sure, a 5.
—SA
Abhinav S 9-Jun-13 14:10pm    
Thank you SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900