I quit my job recently and have some leisure time. Besides worrying about my next livelihood, I have a taste for it. For a period of time, new colleagues have been asking about website development. Because website development involves a wide range of fields, it cannot solve many things with just a few words. In fact, in the development process, we are not afraid of new hands. After a project is created, let others bring it during the development process. After that, we can get started, the fear is that there is neither a project nor anyone to take you, so... you cry!
This morning, I suddenly came up with the idea: creating a table and using the Web to maintain the data in it. There are few simple pages, but ASP can be used. NET, including CRUD in software. After a busy afternoon, software (so-called website) development was completed. Development Tool: VS2008 C #, database: MS SQL Server2000, the database has only two tables: User table and book table. Function Description: Open the homepage of the website and display the books in the book table. After a user logs on, the function can be added, deleted, or modified. This software focuses on the development of ASP. NET2.0, and does not focus on databases. You only need to extract the appropriate data and use it according to your habits.
In the course of work, due to environmental restrictions, you can only drop your head and pull your car. There is very little time to look up your head and look at your fingers when the process is inappropriate.
Homepage:
Logon page:
Controls involved:
Dashboard page, Login, LoginView, loginStatus, LoginName, GridView, DataList, SiteMap, etc.