?? ex36vb.aspx
字號(hào):
<html>
<title>第三十六例 web.config配置舉例</title>
<head>
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
'取出test配置段的key鍵的值
Dim dsn As String = ConfigurationSettings.AppSettings("NETBooksDB")
Dim dsn1 As String = ConfigurationSettings.AppSettings("NETBooksDir")
msg.text=dsn
msg1.text=dsn1
End Sub
</script>
</head>
<body>
<h3><font face="Verdana">第三十六例 web.config配置舉例</font></h3>
數(shù)據(jù)庫(kù)鏈接方式:<font size=4 color=red align=center><asp:label id="msg" runat=server /></font>
<BR>
<BR>
<BR>
存書(shū)路徑:<font size=4 color=red align=center><asp:label id="msg1" runat=server /></font>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -