⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>ASP.NET Tutorial</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>

<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

<h1>ASP.NET Tutorial - with ASP.NET 2.0</h1>
<a href="../default.asp"><img alt="previous" border="0" src="../images/btn_previous.gif" /></a>
<a href="aspnet_intro.asp"><img alt="next" border="0" src="../images/btn_next.gif" /></a>
<hr />

<h2 class="tutheader">ASP.NET Tutorial</h2>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle" width="100"><img src="aspnet.gif" border="0" alt="picture" width="81" height="50" /></td>
<td valign="top">
<p><b>ASP.NET is the latest version of Microsoft's Active Server Pages 
technology (ASP).</b></p>
<p><b>ASP.NET is a part of the Microsoft .NET framework, and a powerful tool 
for creating dynamic and interactive web pages.</b></p>
<p><a href="aspnet_intro.asp"><b>Start learning ASP.NET now!</b></a></p>
</td>
</tr></table>
<br />

<h2 class="tutheader">ASP.NET References</h2>
<p>At W3Schools you will find complete ASP.NET references about built-in 
objects and components, and their properties and methods:</p>
<ul>
  <li><a href="aspnet_refhtmlcontrols.asp">HTML server controls reference</a></li>
  <li><a href="aspnet_refwebcontrols.asp">Web server controls reference</a></li>
  <li><a href="aspnet_refvalidationcontrols.asp">Validation server controls reference</a></li>
</ul>

<h2 class="tutheader">ASP.NET Examples</h2>
<p><a href="aspnet_examples.asp">ASP.NET examples</a><br />
A collection of ASP.NET examples.</p>

<h2 class="tutheader">Table of Contents</h2>
<p><a href="aspnet_intro.asp">ASP.NET Introduction</a><br />
This chapter explains what ASP.NET is.</p>
<p><a href="aspnet_vsasp.asp">ASP.NET vs ASP</a><br />
This chapter explains the differences between ASP.NET and ASP.</p>
<p><a href="aspnet_install.asp">ASP.NET Installing</a><br />
This chapter explains how to install ASP.NET.</p>
<p><a href="aspnet_pages.asp">ASP.NET Pages</a><br />
This chapter explains how to create your first simple ASP.NET page.</p>
<p><a href="aspnet_controls.asp">ASP.NET Server controls</a><br />
This chapter explains the ASP.NET server controls.</p>
<p><a href="aspnet_events.asp">ASP.NET Events</a><br />
This chapter explains some of the ASP.NET event handlers.</p>

<h3>ASP.NET Forms</h3>
<p><a href="aspnet_forms.asp">ASP.NET Web forms</a><br />
This chapter explains ASP.NET Web forms.</p>
<p><a href="aspnet_viewstate.asp">ASP.NET Maintaining the ViewState</a><br />
This chapter explains how to maintain the ViewState.</p>

<p><a href="aspnet_textbox.asp">ASP.NET The TextBox control</a><br />
This chapter explains the basics of the asp:TextBox control.</p>

<p><a href="aspnet_button.asp">ASP.NET The Button control</a><br />
This chapter explains the basics of the asp:Button control.</p>

<h3>ASP.NET Binding</h3>
<p><a href="aspnet_databinding.asp">ASP.NET Data binding</a><br />
This chapter explains ASP.NET data binding.</p>
<p><a href="aspnet_arraylist.asp">ASP.NET The ArrayList object</a><br />
This chapter explains the ASP.NET ArrayList object.</p>
<p><a href="aspnet_hashtable.asp">ASP.NET The Hashtable object</a><br />
This chapter explains the ASP.NET Hashtable object.</p>
<p><a href="aspnet_sortedlist.asp">ASP.NET The SortedList object</a><br />
This chapter explains the ASP.NET SortedList object.</p>
<p><a href="aspnet_xml.asp">ASP.NET XML files</a><br />
This chapter explains data binding to an XML file.</p>
<p><a href="aspnet_repeater.asp">ASP.NET The asp:Repeater control</a><br />
This chapter explains data binding to an XML file with the Repeater control.</p>
<p><a href="aspnet_datalist.asp">ASP.NET The asp:DataList control</a><br />
This chapter explains data binding to an XML file with the DataList control.</p>

<h3>ASP.NET Database</h3>
<p><a href="aspnet_dbconnection.asp">ASP.NET DB Connection</a><br />
This chapter introduces ADO.NET and connecting to a database.</p>

<h3>ASP.NET 2.0</h3>
<p><a href="aspnet_newfeatures.asp">ASP.NET 2.0 New Features</a><br />
This chapter introduces the new features in ASP.NET 2.0.</p>
<p><a href="aspnet_masterpages.asp">ASP.NET 2.0 Master Pages</a><br />
This chapter explains the concept of Master Pages.</p>
<p><a href="aspnet_navigation.asp">ASP.NET 2.0 Navigation Controls</a><br />
This chapter explains the new ASP.NET 2.0 navigation controls.</p>

<h3>ASP.NET References</h3>
<p><a href="aspnet_refhtmlcontrols.asp">ASP.NET HTML Server Controls Reference</a><br />
A complete HTML Server Controls reference with properties, methods, and events.</p>
<p><a href="aspnet_refwebcontrols.asp">ASP.NET Web Server Controls Reference</a><br />
A complete Web Server Controls reference with properties, methods, and events.</p>
<p><a href="aspnet_refvalidationcontrols.asp">ASP.NET Validation Server Controls Reference</a><br />
A complete Validation Server Controls reference with properties, methods, and events.</p>

<h3>ASP.NET Examples</h3>
<p><a href="aspnet_examples.asp">ASP.NET Examples</a><br />
A collection of ASP.NET examples.</p>

<hr />
<a href="../default.asp"><img alt="previous" border="0" src="../images/btn_previous.gif" width="100" height="20" /></a>
<a href="aspnet_intro.asp"><img alt="next" border="0" src="../images/btn_next.gif" /></a>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -