摘要:
9. Create a webform named "Update" in the website. Update.aspx ========== Update Title: Writ... 阅读全文
摘要:
8. Create a webform named "Read" in the website. Read.aspx ======== Read Title: Writer: ... 阅读全文
摘要:
7. Create a webform named "Insert" in the website. Insert.aspx ========= Insert Title: ... 阅读全文
摘要:
6. Create a web form named "List" in the website. List.aspx ========== List ... 阅读全文
摘要:
2. Create an ASP.NET website named "BBS". 3. Add a connection string in web.config as bellow. 4. Create a class named "BLL" in the website. Ofcource it will be made in App_Code folder. Code is as b... 阅读全文
摘要:
It is a simple demo of BBS. Result: List: Read: Insert: Update: Delete: ========================================================================== 1. Create a database named "BBS". Create a table... 阅读全文