上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页

2007年4月25日

Building a Web Application->Code Behind vs. Code Inline

摘要: ASP.NET provides two ways //两种方式,两种途径that you can organize code //组织代码within your pages. Inline Code Separation//在线的代码分离 The example below demonstrates //举例说明a simple ASP.NET page with three server c... 阅读全文

posted @ 2007-04-25 15:18 改变热爱 阅读(318) 评论(0) 推荐(0)

Building a Web Application->Working with Server Controls

摘要: ASP.NET server controls //服务器端控件are identified //识别within a page using declarative tags//声明的标签 that contain a runat="server" attribute. The following example declares//声明,陈述,展示 three server controls ... 阅读全文

posted @ 2007-04-25 15:11 改变热爱 阅读(269) 评论(0) 推荐(0)

Building a Web Application->Introduction to ASP.NET Pages

摘要: The ASP.NET Web Forms page framework is a scalable //可攀登的,可以称称的common language runtime//通用语言运行时 programming model that can be used on the server//服务器 to dynamically generate Web pages. Intended as a l... 阅读全文

posted @ 2007-04-25 11:09 改变热爱 阅读(327) 评论(0) 推荐(0)

2007年4月24日

Demonstrate How to Setup An ASP.NET WebSite

摘要: 一.环境要求 1.基本环境 Discuz!NT的正式版本分为:Access版 (分别包括.NET Framework 1.1 / 2.0两个版本) SQLServer版 (分别包括.NET Framework 1.1 / 2.0两个版本) Access 版基本安装环境 ... 阅读全文

posted @ 2007-04-24 16:15 改变热爱 阅读(422) 评论(0) 推荐(0)

Config ASP.NET Development Environment

摘要: 一、系统环境:1. Windows Server 2003操作系统2.IIS 6.03.Microsoft .net Framework 2.04.Microsoft SQL server 2000 (SP4)二、安装IIS6.0和ASP.Net环境 1.打开控制面板,双击“添加或删除程序”,然后选择“添加/删除Windows组件”,在弹出的对话框种选择“应用程序服务器”,点击“详细信息”: sc... 阅读全文

posted @ 2007-04-24 14:34 改变热爱 阅读(228) 评论(0) 推荐(0)

2007年4月20日

Building a Web Application

摘要: What's New in 2.0 Dynamically Compiled //动态编译Classes - In addition to //除...之外(还)placing pre-compiled//预编译 classes in the Bin directory, ASP.NET 2.0 now allows you to place shared class file sou... 阅读全文

posted @ 2007-04-20 17:00 改变热爱 阅读(226) 评论(0) 推荐(0)

2007年4月17日

What's New in ASP.NET 2.0?

摘要: ASP.NET is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. The first version of ASP.NET offered several important advantag... 阅读全文

posted @ 2007-04-17 09:45 改变热爱 阅读(255) 评论(1) 推荐(0)

Welcome to the ASP.NET 2.0 QuickStart Tutorial

摘要: The ASP.NET QuickStart is a series of ASP.NET samples and supporting commentary //注释,评论,批评designed to quickly acquaint //使...熟知developers with the syntax, architecture, and power of the ASP.NET Web pr... 阅读全文

posted @ 2007-04-17 09:08 改变热爱 阅读(233) 评论(0) 推荐(0)

2007年4月16日

Default.aspx

摘要: 1. Open Default.aspx in Design view. From the WebParts section//块,部分 of the Toolbox, drag//拖 a WebPartManager control into the Content control. 2. Drag a RadioButtonList control onto the page, plac... 阅读全文

posted @ 2007-04-16 16:30 改变热爱 阅读(998) 评论(0) 推荐(0)

MyBlog\Default.aspx

摘要: 1. Open MyBlog\Default.aspx in Design view. 2. In the Content control type "Add/Edit My Blogs". Format this as an H2 header. Place your cursor//鼠档光标 below the header and then select the Layout | Inse... 阅读全文

posted @ 2007-04-16 15:36 改变热爱 阅读(247) 评论(0) 推荐(0)

Blog.aspx

摘要: 1. Open Blog.aspx in Source view. 2. Just inside the Content //指conten控件type//从键盘键入 "". 3. Switch to //转换Design view and drag a SqlDataSource control in the Content control//content控件. In the SqlData... 阅读全文

posted @ 2007-04-16 15:10 改变热爱 阅读(241) 评论(0) 推荐(0)

BlogList.aspx

摘要: 1. Open Bloglist.aspx in Design view. 2. In the Content control type "Blog Members". Format this as an H2 header. 3. From the Data section //块,部分of the Toolbox, drag a SqlDataSource control onto the ... 阅读全文

posted @ 2007-04-16 14:46 改变热爱 阅读(168) 评论(0) 推荐(0)

RecoverPassword.aspx

摘要: 1. Open RecoverPassword.aspx in Design view. 2. In the Content control type "Recover My Password". Format this as an H2 header. 3. From the Toolbox drag a PasswordRecovery control below the header.... 阅读全文

posted @ 2007-04-16 14:40 改变热爱 阅读(219) 评论(0) 推荐(0)

Signup.aspx

摘要: 1. Open Signup.aspx in Design view. 2. In the Content control type "New Member Registration". Format this as an H2 header. 3. From the Toolbox drag a CreateUserWizard control below the header//是指这句... 阅读全文

posted @ 2007-04-16 14:29 改变热爱 阅读(224) 评论(0) 推荐(0)

Login.aspx

摘要: 1. Open Login.aspx in Design view. 2. In the Content control type "Membership Login". Format this as an H2 header. 3. From the Toolbox drag a Login control below the header.//头 4. In the Login cont... 阅读全文

posted @ 2007-04-16 14:18 改变热爱 阅读(886) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页

导航