温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:通用OA系统源代码
当前文件:
OAdemo/Components/dotnetuds/DatabaseClassExample.aspx[764B,2009-6-12 11:50:41],打开代码结构图
OAdemo/Components/dotnetuds/DatabaseClassExample.aspx[764B,2009-6-12 11:50:41],打开代码结构图1<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> 2
<%@ Page language="c#" Codebehind="DatabaseClassExample.aspx.cs" AutoEventWireup="false" Inherits="UDS.WebForm1" %> 3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 4
<HTML> 5
<HEAD> 6
<title>WebForm1</title> 7
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0"> 8
<meta name="CODE_LANGUAGE" Content="C#"> 9
<meta name="vs_defaultClientScript" content="JavaScript"> 10
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 11
</HEAD> 12
<body MS_POSITIONING="GridLayout"> 13
<form id="WebForm1" method="post" runat="server"> 14
<FONT face="宋体"></FONT> 15
</form> 16
</body> 17
</HTML> 18





