Category Archives: Tutorials

Tutorials and examples of assorted things

Google Chart API

I wrote a article on using open flash charts awhile back. It was a descent solution to my charting needs then, but I needed a more scalable and documented solution moving forward. Say hello to the Google Chart Tools! Continue reading

Posted in Code, Tutorials | 1 Comment

Open Flash Charts for ASP.NET

I recently had to find a charting solution for a project at my internship. One solution was to use Open Flash Chart. The only problem is that there is very little documentation for using Open Flash Chart in ASP.NET. Also, … Continue reading

Posted in Code, Tutorials | Tagged , , , , , , , , , , , , , , , | 11 Comments

Gridview Totals

This example will be on calculating totals on gridviews in asp.net. Languages and tools used: ASP.NET C# Visual Studio To start with you will need a gridview. You will need to note the ‘DataField’ for each column because you will … Continue reading

Posted in Code, Tutorials | Tagged , , , , , , , , , | Leave a comment