摘要: Create an ASP.NET website. Under the website create a folder named "DetailsView". Under the folder create a web form named "DetailsView2". Database is Northwind. Used table is "Products". Attribute: A... 阅读全文
posted @ 2009-01-06 15:22 OOK 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Create an ASP.NET website. Under the website create a folder named DetailsView. Under the folder create a web form named DetailsView1. Database is Northwind. Used table is products. Result: DetailsVi... 阅读全文
posted @ 2009-01-06 09:51 OOK 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Example: DataBinder.Eval(Container.DataItem,"Date","{0:d}"; 阅读全文
posted @ 2009-01-04 23:34 OOK 阅读(862) 评论(0) 推荐(0) 编辑
摘要: Create an ASP.NET website. Under the website create a new folder named "Repeater 02". Under the folder create a web form named "Default". Database is Northwind Add a ConnectionString in Web.Config nam... 阅读全文
posted @ 2009-01-04 23:08 OOK 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Create an ASP.NET website. Under the website create a new folder named "Repeater 01". Under the folder create a web form named "Default". Database is Northwind Add a ConnectionString in Web.Config nam... 阅读全文
posted @ 2009-01-03 18:53 OOK 阅读(154) 评论(0) 推荐(0) 编辑
摘要: asp.net은 그 이름에서 볼수 있다 싶이 이름의 앞 글자로 여전히 asp를 사용하고 있다. 즉 asp.net은 asp라는 기술에 .net기술을 접목한 기술이라는 것이다. 그렇다면 asp는 무엇인가? Asp는 Active Server Pages이다. 서버 페이지라는 것이다. 서버에서만 사용할수 있는 기술이며, 서버에만 관심을 갖는 페이지라는 이야기이다. ... 阅读全文
posted @ 2008-12-30 12:11 OOK 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Database is Northwind. =========================================================================================== Untitled Page ... 阅读全文
posted @ 2008-12-29 16:41 OOK 阅读(106) 评论(0) 推荐(0) 编辑