?? transplantdb.aspx
字號:
<%@ Page language="c#" Codebehind="TransplantDB.aspx.cs" AutoEventWireup="false" Inherits="Example_11_14.TransplantDB" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Example_11_14:數(shù)據(jù)庫跨平臺的移植</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td>請選擇你需要訪問的數(shù)據(jù)庫類型:</td>
</tr>
<tr>
<td><asp:ListBox ID="DBTypeList" Runat="server" Width="150">
<asp:ListItem Value="0" Selected="True">SQL Server</asp:ListItem>
<asp:ListItem Value="1">Oracle</asp:ListItem>
<asp:ListItem Value="2">Access</asp:ListItem>
<asp:ListItem Value="3">其他類型數(shù)據(jù)庫</asp:ListItem>
</asp:ListBox></td>
</tr>
<tr>
<td align="center">
<asp:Button id="SureBtn" runat="server" Width="80px" Text="確定"></asp:Button></td>
</tr>
<tr>
<td><br>
你選擇訪問的數(shù)據(jù)庫類型,并創(chuàng)建訪問數(shù)據(jù)庫的鏈接如下:</td>
</tr>
<tr>
<td><asp:Label ID="DBType" Runat="server"></asp:Label></td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -