| 113. |
How to Build a Bug Tracking App in ASP.NET using the Datagrid (KB100026)
|
|
|
This article walks you through the process of building a thin-client ASP.NET bug tracking application, with a Microsoft Access XP backend. It uses nearly every documented capability of the .NET datagrid web server control to allow you to select, edit, update, or delete any item listed in the datagrid. The Issue Tracker uses advanced features, such as reading values from lookup tables, and then conveniently providing these values to the user in Edit mode as dropdownlists. It also employs the IE Web Controls, including the Tab and MultiPane web controls, which allow you to display considerable user functionality on only one web page, yet without cluttering the user interface with confusing complexity. After working through this tutorial, you will have explored and applied all of the main functionalities of the ASP.NET DataGrid control. Happy Coding!
Date Added: Jul 29, 2005 Hits: 684 Rating: 3.00 Votes: 1
|
|
Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
| 118. |
How to re-install ASP.NET on a Windows platform (KB100007)
|
|
|
If you want to run ASP.NET web applications on your local computer, you must have both Internet Information Services (IIS) and ASP.NET installed. IIS is necessary for providing web service and ASP.NET is necessary for providing handling of the family of ASP.NET web applications (ASPX, ASMX, etc). IIS is installed by default for installations of Windows 2000 and Windows XP. ASP.NET is installed by default during .NET Framework installation. However, if you attempt to install the .NET Framework on a Windows 2000 or Windows XP machine that doesn't have IIS installed, the .NET Framework installation will detect that IIS is not available and thus will not install ASP.NET component of the framework. If you subsequently install IIS at a later time, you will have to install ASP.NET manually. Likewise, if you have both IIS and .NET installed on your computer, and then later un-install IIS, this uninstallation will also uninstall the ASP.NET component of the .NET Framework. If you later re-install IIS, you will have re-install ASP.NET manually. This article walks you through the re-installation of ASP.NET for a computer already running IIS.
Date Added: Jun 2, 2005 Hits: 695 Rating: 4.20 Votes: 5
|
|
Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|