asp.net ÎÄÕÂÄÚÈÝ·ÖÒ³ÏÔʾµÄ´úÂë
aspx:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ArticlePage.aspx.cs" Inherits="ArticlePage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>ÎÄÕ·ÖÒ³</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="text-align: center;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" style="width: 400px; background-color: #ffff99;">
<table style="width: 100%">
<tr>
<td style="width: 100%; border-top: #ff3300 2px dotted; border-left-width: 2px; border-left-color: #ff3300; border-bottom: #ff3300 2px dotted; border-right-width: 2px; border-right-color: #ff3300; height: 25px; text-align: center;">
<%=ArticleTitle %></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 400px; height: 100%;" align="left">
<p style="background-color: oldlace">
<%=Article %>
</p>
</td>
</tr>
<tr>
<td style="width: 400px; background-color: #ffff99; height: 48px;">
<table style="width: 100%">
<tr>
<td style="width: 100%; border-top: #ff3300 2px dotted; border-left-width: 2px; border-left-color: #ff3300; border-bottom: #ff3300 2px dotted; border-right-width: 2px; border-right-color: #ff3300;" align="left">
<p>
<asp:HyperLink ID="firstLink" runat="server" Visible="False">Ê×Ò³</asp:HyperLink>
<asp:HyperLink ID="preLink" runat="server" Visible="False">ÉÏÒ»Ò³</asp:HyperLink>
<asp:HyperLink ID="nextLink" runat="server" Visible="False">ÏÂÒ»Ò³</asp:HyperLink>
<asp:HyperLink ID="lastLink" runat="server" Visible="False">ĩҳ</asp:HyperLink>
</p>
<p>
<%
if(pageSum&
Ïà¹ØÎĵµ£º
ÉèÖÃ×é¼þ
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
ÉèÖÃÄ£¿é
<httpModules>
&n ......
1¡¢sql×¢Èë©¶´¡£
½â¾ö°ì·¨£ºÊ¹Óô洢¹ý³Ì£¬²ÎÊý²»ÒªÓÃ×Ö·û´®Æ´½Ó¡£¼òµ¥¸Ä½ø°ì·¨£ºÊ¹ÓÃSqlHelperºÍOledbHelper
2¡¢¿çÕ¾½Å±¾Â©¶´
½â¾ö°ì·¨£º“ĬÈϽûÖ¹£¬ÏÔʽÔÊÐ픵IJßÂÔ¡£¾ßÌå²Î¿¼£ ......
×î½üÔÚѧУÀïÃæ£¬ÀÏʦÈÃÎÒÃÇ×öÒ»¸öÀàËÆÓÚÉçÇøÐ͵IJ©¿ÍÍøÕ¾£¬¾ÍÏñ°Ù¶È¿Õ¼äÄÇÖֵģ¬¸Ð¾õ²»ÊǺܸ´ÔÓ£¬¹Ø¼üÊÇÑùʽҪ×öµÃºÃ¿´£¬»»·ôµÄ¹¦ÄÜÈÃÎҺܾÀ½á£¬ÎâSir¸øÎÒÃǵĽ¨ÒéÊǰÑÄÇЩ¹¦Äܶ¼×ö³ÉÓû§¿Ø¼þ£¬È»ºóÒªÓõÄʱºò£¬Ö±½ÓÍϽøÀ´¾ÍÐÐÁË£¬¿ÉÒÔ×öÁ½Ì×ÍêÈ«ÍêÈ«²»Í¬·ç¸ñµÄÍøÒ³£¬ÔÚÎÒÃÇĿǰDIV+CSSˮƽÏ൱²ËµÄÇé¿öÏ£¬Õâ ......
Here is the full list of all events that occur in an ASP.NET application, from the standard modules, to the page, master page, page controls and master page controls.
I have not included the IIS 7 specific events (Log, for example).
What
When
HttpApplication.BeginRequest
HttpApplication.Auth ......