上一页 1 ··· 14 15 16 17 18

2007年3月6日

ASP.NET - The SortedList Object

摘要: 1.Example 1 - SortedList RadioButtonList Output Result: France ... 阅读全文

posted @ 2007-03-06 15:33 改变热爱 阅读(176) 评论(0) 推荐(0)

2007年1月19日

ASP.NET - The Hashtable Object

摘要: The Hashtable//散列表 object//对像 contains items in key/value pairs//对. Examples Example 1 - Hashtable RadioButtonList//单选按钮列表 ASPX Source: Output Result: ... 阅读全文

posted @ 2007-01-19 17:13 改变热爱 阅读(222) 评论(0) 推荐(0)

ASP.NET - The ArrayList Object

摘要: The ArrayList object is a collection of items containing a single data value. Examples Example 1 - ArrayList RadioButtonList ASPX Source: Output Result: ... 阅读全文

posted @ 2007-01-19 16:41 改变热爱 阅读(247) 评论(0) 推荐(0)

ASP.NET - Data Binding

摘要: We may use data binding to fill//填充 lists with selectable items from an imported//输入 data source, like a database, an XML file, or a script//脚本. Data Binding//绑定 The following controls are list contr... 阅读全文

posted @ 2007-01-19 16:33 改变热爱 阅读(164) 评论(0) 推荐(0)

2007年1月17日

ASP.NET - The Button Control

摘要: The Button control is used to display a push button. The Button Control The Button control is used to display a push button. The push button may be a submit button or a command button. By default, th... 阅读全文

posted @ 2007-01-17 17:01 改变热爱 阅读(190) 评论(0) 推荐(0)

ASP .NET - The TextBox Control

摘要: The TextBox//文本框 control//控件 is used to create a text box//文本框 where the user can input text//输入文本. The TextBox Control//文本框控件 The TextBox control is used to create a text box where the user can inpu... 阅读全文

posted @ 2007-01-17 16:27 改变热爱 阅读(256) 评论(0) 推荐(0)

2007年1月16日

ASP .NET Maintaining the ViewState

摘要: in your Web Form. Maintaining//维持 the ViewState//? When a form is submitted in classic ASP, all form values are cleared. Suppose you have submitted a form with a lot of information and the server com... 阅读全文

posted @ 2007-01-16 11:21 改变热爱 阅读(207) 评论(0) 推荐(0)

ASP.NET Web Forms

摘要: All server controls must appear within a tag, and the tag must contain the runat="server" attribute. ASP.NET Web Forms All server controls must appear within a tag, and the tag must contain the r... 阅读全文

posted @ 2007-01-16 10:42 改变热爱 阅读(202) 评论(0) 推荐(0)

ASP.NET - Events

摘要: An Event Handler//事件处理器 is a subroutine//子程序 that executes code for a given//给定的 event. ASP.NET - Event Handlers Look at the following code: ... 阅读全文

posted @ 2007-01-16 10:18 改变热爱 阅读(230) 评论(0) 推荐(0)

2007年1月15日

ASP.NET - Server Controls

摘要: Server controls are tags that are understood by the server. Limitations//局限性 in Classic ASP The listing below was copied from the previous chapter: ... 阅读全文

posted @ 2007-01-15 16:09 改变热爱 阅读(206) 评论(0) 推荐(0)

ASP.NET - Web Pages

摘要: A simple ASP.NET page looks just like an ordinary HTML page. Hello W3Schools To start learning ASP.NET, we will construct a very simple HTML page that will display "Hello W3Schools" in an Internet br... 阅读全文

posted @ 2007-01-15 15:55 改变热爱 阅读(252) 评论(0) 推荐(0)

Installing ASP.NET

摘要: ASP.NET is easy to install. Just follow the instructions below. What You Need A Windows Computer ASP.NET is a Microsoft technology. To run ASP.NET you need a computer capable//有能力的 of running Windows... 阅读全文

posted @ 2007-01-15 15:30 改变热爱 阅读(181) 评论(0) 推荐(0)

Differences between ASP and ASP .NET

摘要: ASP .NET has better language support, a large set of new controls and XML based components//基于XML组件, and better user authentication//用户验证. ASP .NET provides increased performance//增强的功能 by running com... 阅读全文

posted @ 2007-01-15 14:01 改变热爱 阅读(185) 评论(0) 推荐(0)

ASP.NET Introduction

摘要: ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP). What you should already know Before you continue you should have a basic understanding of the following: 1.WWW, HTML ... 阅读全文

posted @ 2007-01-15 13:09 改变热爱 阅读(217) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18

导航