|
|
|
|
| |
|
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.
|
|
|
|
|
|
| |
|
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) |
|
|
|
|
|
| |
|
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. |
|
|
|
|
|
| |
|
Master-Content Page layout. |
| |
|
AJAX UpdatePanel, CalendarExtender, CollapsiblePanelExtender, and RoundedCornersExtender controls. |
| |
|
|
|