|
Dynamic Web Pages: ASPX charting |
ASP.NET—An intranet example
ASP.NET 2.0 Data Access + MS SQL
This is a screen shot from an intranet web-based application. When trigger a web page, it connect to the data source inside the company MS SQL server through network. For instance a RMA test report in this example, based on the data (different error factors), the page generates a statistic real-time charting. The report could be filtered and sorted by customer and date. Also, there are many different filtering methods in pages. (For privacy purpose, the customer names are faded out. )
Real-time database data triggered website and charting&mdash: RMA Report System
 Web / Charting RMA Database
Skill: How to create the dynamic chart?
Feature 1:Create a GridView and insert a image area width:800px height:220px.
 Feature 1:Create a GridView and insert a image area width:800px height:220px.
Feature 2:VB coding edit the RowDataBound to link the image creator BarChart2.aspx with query strings.
 Feature 2:VB coding edit the RowDataBound to link the image creator BarChart2.aspx with query strings. |