摘要: Reference: MSDN ASP.NET 2.0 웹프로젝트와 실전 프로그래밍 TextBox 컨트롤의 대부분의 기능은 TextBoxBase 클래스에서 상속됩니다. TextBox 컨트롤을 사용하면 사용자가 응용 프로그램에 텍스트를 입력할 수 있습니다. 이 컨트롤에는 여러 줄 편집 및 암호 문자 마스킹을 비롯하여 표준 Windows... 阅读全文
posted @ 2009-01-31 13:48 OOK 阅读(370) 评论(0) 推荐(0) 编辑
摘要: HoverMenu 컨트롤은 Popup 컨트롤과 비슷한 작용을 합니다. 본인이 만든 Demo는 아래와 같습니다. 더 많은 정보를 원하면 관련된 참고 서적을 참고 하시기 바랍니다. 본인은 하나의 asp.net website를 만들고 website 안에 HoverMenu라는 폴더를 만들었고 폴더 안에 HoverMenuTest라는 WebForm을 추가 했습니다. ... 阅读全文
posted @ 2009-01-31 13:16 OOK 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 9. Create a webform named "Update" in the website. Update.aspx ========== Update Title: Writ... 阅读全文
posted @ 2009-01-13 23:45 OOK 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 8. Create a webform named "Read" in the website. Read.aspx ======== Read Title: Writer: ... 阅读全文
posted @ 2009-01-13 23:43 OOK 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 7. Create a webform named "Insert" in the website. Insert.aspx ========= Insert Title: ... 阅读全文
posted @ 2009-01-13 23:41 OOK 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 6. Create a web form named "List" in the website. List.aspx ========== List ... 阅读全文
posted @ 2009-01-13 23:38 OOK 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-01-13 23:35 OOK 阅读(234) 评论(0) 推荐(0) 编辑
摘要: It is a simple demo of BBS. Result: List: Read: Insert: Update: Delete: ========================================================================== 1. Create a database named "BBS". Create a table... 阅读全文
posted @ 2009-01-13 23:25 OOK 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Create an ASP.NET website. Under the website create a folder named "GridViewWidthDetailsView". Under the folder create two webforms named "Test02A" and "Test02B". Database is "Northwind". Used table i... 阅读全文
posted @ 2009-01-09 18:06 OOK 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Reference Book: ASP.NET 2.0 웹 프로젝트와 실전 프로그래밍 Creat an ASP.NET website. Under the website, create a folder named "Pager". Under the folde, create a webform named "Pager". Create a connectionstring in w... 阅读全文
posted @ 2009-01-08 22:36 OOK 阅读(442) 评论(0) 推荐(0) 编辑