Develop your own Web Accounting Application Using ASP .Net 2.0


Web application development using ASP.Net
- Master Microsoft's ASP .Net web development techniques.
- Use these techniques to develop any Web Application of your choice.
- Learn web programming and get a full web accounting software along the way.
- Use ASP .Net web server controls in a database software application.
- How to install and configure the IIS (A must for using ASP .Net).
- How to access database using Microsoft's ASP .Net and ADO .Net.
- Inserting, Updating, Deleting and Retrieving transactions using DataReader, DataCommands and DataSets in a Web Database software application.
- Learn how to create DataTables programmatically and update records.
- Program Datagrid control for professional data entry forms.
- Design and program an in-line ASP .Net datagrid feature into your form.
- Use a dropdown listbox in the footer of a datagrid to add a new record.
- Learn how to enable users add, edit, delete and cancel in a datagrid control
- Learn datagrid paging. Specifically,
- how to use datagrid templates.
- adding a bound column to a datagrid.
- sorting columns in an ASP .Net datagrid control.
- Secure your application (both windows and form-based authentication discussed) in your intranet and internet. This feature alone covers the cost of the books !!. All settings in IIS, Web.Config file and programming Register and Login Pages explained.
- Learn how to register users visiting your website and maintain their database.
- Cache data in ASP .Net datasets and display in ASP .Net pages.
- Write stored procedures and call them from an ASP .Net page.
- Learm importance of viewstate property in a database application.
- Performs various filter operations in a dataview.
- Deploy your web application successfully with no hassles.
- Use Crystal Reports (both the PULL and PUSH methods) in a Microsoft's ASP .Net application. Print reports just as in a desktop application.
- Understanding and implementing application logic in page events.
- Learn ASP.Net built in objects, including their methods and properties.
- Understand the purpose of the built-in page class, inherited by every page created.
- Learn how to program and implement sophisticated validation routines data entered in a datagrid for commercial applications like accounting software applications.
- Learn how to program and control page navigation which is a crucial aspect of web application development.