Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Dear all

I would like to display google analytic tabular data in my asp .net web page. Could aby one please help me to do this..


Thanks in advance...
Posted
Updated 17-Jul-17 5:00am

 
Share this answer
 
v2
I would start, by creating data collections and collection containers: One, such as this:

[C#] Data Structures with Interface Example File - Pastebin.com[^] (Credits, Me)

In the structure, edit it as preferable where the structure should contain all columns.

Then, I would create an HTTPWebRequest class in order to populate my collection, by which as my collection populates the events on it would fire therefore populating objects on the interface.

A save method could be added to the class I provided, therefore the information in the collection can be exported if there is ever a need for a demonstration.

Consequently, the only challenge left: HTTPWebRequest Class.
 
Share this answer
 
Comments
Richard Deeming 8-Aug-16 9:25am    
Yet another nonsense answer to an old, solved question.

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