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>
運(yùn)行結(jié)果:
相關(guān)文章
- ASP.NET Web Pages 全局文件
- ASP.NET MVC HTML 幫助器
- ASP.NET 母版頁(yè)
- ASP.NET 導(dǎo)航
- 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# 實(shí)例 If Else 條件
- VB 實(shí)例 While 循環(huán)
- VB 實(shí)例 Else If 條件
- VB 實(shí)例 顯示數(shù)據(jù)庫(kù)數(shù)據(jù)
- C# 實(shí)例 使用數(shù)據(jù)庫(kù) 顯示數(shù)據(jù)庫(kù)數(shù)據(jù)
- ASP.NET Web Pages - Database 對(duì)象