htmlimage
代碼如下:
<script runat="server">
sub page_load(sender as object,e as eventargs)
image1.src="smiley.gif"
image1.alt="smiley"
image1.border="3"
end sub
</script>
<!doctype html>
<html>
<body>
<form runat="server">
<img id="image1" runat="server" />
</form>
</body>
</html>
運行結果:
相關文章
- ASP.NET Web Pages 全局文件
- ASP.NET MVC HTML 幫助器
- ASP.NET 母版頁
- ASP.NET 導航
- ASP.NET CheckBoxList 控件
- ASP.NET Style 控件
- WebSecurity CreateAccount 方法
- ASP.NET HTML 控件 DataList
- ASP.NET HTML 控件 用 的DataList
- ASP.NET HTML 控件 ImageButton
- ASP.NET HTML 控件 xml
- ASP.NET HTML 控件 Page.IsPostBack
- ASP.NET HTML 控件 Hashtable RadioButtonList 1
- ASP.NET HTML 控件 Hashtable RadiobuttonList 2
- C# 實例 If Else 條件
- VB 實例 While 循環
- VB 實例 Else If 條件
- VB 實例 顯示數據庫數據
- C# 實例 使用數據庫 顯示數據庫數據
- ASP.NET Web Pages - Database 對象