























1. To make javascript/xHtml code compatible with older version, the below config item should be added.
<!-- Legacy, Transitional, Strict. -->
<xhtmlConformance mode="Legacy"/>
2. To make event automatically wire up, in every page source code, the below attribute should be set in
"<%@ Page language="c#" Codebehind="xx" AutoEventWireup="True" Inherits="xx" %>" line.
AutoEventWireup="True"
3. SP1 to setup Web Application type, instead of Web site type.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。