天道酬勤,厚德载物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  Visual Web Developer 2005

摘要:Building a Quiz Engine 1 In this lesson, you will begin to see the creation of the Quiz En... 阅读全文
posted @ 2006-09-05 21:25 cobbles 阅读(157) 评论(0) 推荐(0)

摘要:In this lesson, you will see what is required to make your ASP.NET applications available to everyone. This includes configuring, building, and dep... 阅读全文
posted @ 2006-09-05 21:22 cobbles 阅读(126) 评论(0) 推荐(0)

摘要:In this lesson, you will explore the new membership capabilities of ASP.NET 2.0. In addition, you will learn about role-based security, and how you... 阅读全文
posted @ 2006-09-05 21:19 cobbles 阅读(142) 评论(0) 推荐(0)

摘要:rt 阅读全文
posted @ 2006-08-30 22:12 cobbles 阅读(128) 评论(0) 推荐(0)

摘要:3 阅读全文
posted @ 2006-08-30 22:10 cobbles 阅读(127) 评论(0) 推荐(0)

摘要:收到以上的消息主要是在创建用户的时候产生的,对于用Asp.net Web site manage的时候创建用户也会产生。主要是密码输入不符合要求,要改变上面的规定时,主要有两种方法:1.所有的站点都改变。 找到machine.config文件 里面有两个属性,一个是 minRequiredP... 阅读全文
posted @ 2006-08-30 21:31 cobbles 阅读(447) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how to debug and monitor your ASP.NET 2.0 Web applications. Duration ... 阅读全文
posted @ 2006-08-28 17:25 cobbles 阅读(158) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how to debug and monitor your ASP.NET 2.0 Web applications. Duration ... 阅读全文
posted @ 2006-08-28 16:24 cobbles 阅读(151) 评论(0) 推荐(0)

摘要:In this lesson, you will see how to maintain state in ASP.NET, including the various objects you can use to store information for your ASP.NET 2.0 applications Something is new to me:in web.config fi... 阅读全文
posted @ 2006-08-28 12:16 cobbles 阅读(169) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how events can be used in your code, and how to react when those events occur.Global.asax default.aspx(显示数据) using System;using System.Data;using System.Configuration;u... 阅读全文
posted @ 2006-08-27 23:33 cobbles 阅读(265) 评论(1) 推荐(0)

摘要:In this lesson, you will explore the various ASP.NET 2.0 server controls available in Visual Web Developer Express Edition. In addition, you will begin to get familiar with the windows in Visual Web D... 阅读全文
posted @ 2006-08-27 18:31 cobbles 阅读(174) 评论(2) 推荐(0)

摘要:Default.aspx 和Default2.aspx的区别Default.aspx 是有 Default.aspx.cs文件的,而Default2.aspx没有,这点在创建是可以选择.这是2003版本没有的.Defult.aspx 代码: 无标题页 Defult2.aspx 代码: 无标题页 ... 阅读全文
posted @ 2006-08-27 16:34 cobbles 阅读(223) 评论(0) 推荐(0)