Customers Dashboard
Skip Navigation Links
Home
Customers DataExpand Customers Data
ReportsExpand Reports
Source CodeExpand Source Code
   About Customer Dashboard    (Show Details....)
   The Customers Dashboard application uses the obligatory Customers, Orders, OrderDetails, and Products tables that are packaged with SQL Server. The application was designed to portrait capabilities in n-tier architecture development, ADO.NET integration, .NET data-bound controls, data reporting tools, and AJAX implementation.
   Although full data updates are permitted through this interface using the Customers Data Admin menu selection, the data is refreshed nightly to its original state using SQL Server Data Transformation Services (DTS).
   The application is fully documented with selected source code available in printable form from the 'Source Code' menu.
   I encourage anyone with interest to browse through the different functionalities and technologies used in this application.
   The Customers Dashboard was recently integrated with an Oracle 10g DBMS. The .Net source code as well as Oracle Package, Functions, and Procedures can be view under the Source Code Menu.
   Data Objects    (Show Details....)
   Gridview, DetailsView, DataList, DropDownList, and other .net data-bound web controls.
   Business and Database class adding architectual abstraction, and scalability.
   SQL Data Objects (SqlConnection, SqlCommand, SqlDataAdapter, DataTable, DataView, SqlDataReader)
   Data Presentation    (Show Details....)
   Sortable (bi-directional), Pageable, Searchable, and Updateable .net GridView controls.
   An XML stream generator which presents customer data in a printable, wallet-size format.
   Tabulated data and graphical reporting using the .Net Report object.
   Integration of ASP.Net dynamic navigation controls including Menu, and TreeView.
   Other    (Show Details....)
   Master-Content Page layout.
   AJAX UpdatePanel, CalendarExtender, CollapsiblePanelExtender, and RoundedCornersExtender controls.
 
Note: This site incorporates ASP.NET AJAX controls. Functionality may be non-existent using older browsers or where JavaScript is disabled in the browser.