Web伺服器控制項
Web控制項種類、共通屬性
文字控制項:Label、Literal、TextBox、
HiddenField
#PostBack & AutoPostBack
傳送控制項:Button、ImageButton、LinkButton、
選擇控制項:CheckBox、CheckBoxList、RadioButton、RadioButtonList、ListBox、DropDownList、
多控制項的管理:順序與快速切換、
容器與Panel面板控制項
Dim str As String = ConfigurationManager.AppSettings("變數名")
body.Attributes("bgcolor") = str
使用IIS管理員,新增應用程式設定值,名稱為變數名SMTP設定
可於IIS管理員中設定,設定完成後會自動新增在Web.config中自行編輯Web.config
<globalization>、<urlMappings>Example 11-7 使用urlMappings建立簡單網頁名稱對應,使用globalization使網頁符合文化特性效果