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

📄 help.aspx

📁 This is a book about vb.you could learn this from this book
💻 ASPX
字号:
<%@ Page Language="VB" Inherits="IBuyAdventure.PageBase" src="components/stdpage.vb" %>
<%@ Register TagPrefix="IBA" TagName="Header" Src="UserControl\Header.ascx" %>
<%@ Register TagPrefix="IBA" TagName="Categories" Src="UserControl\Categories.ascx" %>
<%@ Register TagPrefix="IBA" TagName="Footer" Src="UserControl\Footer.ascx" %>
<%@ Import Namespace="System.Data" %>

<script language="VB" runat="server">

   Sub Page_Load(sender As Object, e As EventArgs)
   
      ' Set the connection string
      dsn.Text = getConnStr()
      specialOffer.Text = ConfigurationSettings.AppSettings("specialOffer")
      
   End Sub
   
</script>

<html>
  <head>
    <title>IBuyAdventure Catalog</title>
  </head>
  <body background="/IBuyAdventure/images/back_sub.gif">
		<form runat="server">
			<font face="Verdana, Arial, Helvetica" size="1">
				<table border="0">
					<tr>
						<td colspan="5">
							<IBA:Header id="Header" runat="server"/>
						</td>
					</tr>
					<tr>
						<td width="125">
							<img src="/IBuyAdventure/images/spacer.GIF" align="left" width="100" alt="">
						</td>
						<td>
							<h2>Help</h2>
							<p><font size="2">Sorry, no help is available in this release.
							<p>Click here to go back to the <asp:hyperlink NavigateURL="/IBuyAdventure/Default.aspx" Text="homepage" runat="Server" />.
							<br><br>
							<h3>Application Information from web.config</h3>
							<p>DSN is: <strong><asp:label id="dsn" runat="server" /></strong>
							<p>Special offer product code is: = <strong><asp:label id="specialOffer" runat="server" /></strong>
							<br><br>
							<IBA:footer runat="server"/>
						</td>
					</tr>
				</table>
			</font>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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