国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

我的第一個Asp.Net程序

2024-07-10 12:56:16
字體:
來源:轉載
供稿:網友

商業源碼熱門下載www.html.org.cn



首先配制好自己的環境,要能夠運行aspx程序。。


把下面這段保存成 hello.aspx


<%@ page language="vb" src="hellocodebehindvb.vb" inherits="hellowebformvb"%>

<html>

   <head>

      <title>我的第一個asp.net程序</title>

   </head>

   <body>

   使用vb.net寫的第一個小程序,慶祝一下。<p><p>

      <form runat="server" id="form1">

         <asp:button runat="server" text="點擊" id="button1" />

         <p>

         <asp:label runat="server" text="" id="thelabel" />

      </form>

   </body>

</html>




把下面這段保存成文件hellocodebehindvb.vb




public class hellowebformvb

    inherits system.web.ui.page

    protected withevents button1 as system.web.ui.webcontrols.button

    protected thelabel as system.web.ui.webcontrols.label

 private sub button1_click(byval sender as object, byval e as system.eventargs) handles button1.click

      thelabel.text = "您好,我是慈勤強,看到了嗎?^o^<p>"+button1.text+"<p>"+thelabel.text 

    end sub




 private sub page_load(byval sender as system.object, byval e as system.eventargs) handles mybase.load

        '在此處放置初始化頁的用戶代碼

        thelabel.text = "<a href=http://blog.csdn.net/cqq>http://blog.csdn.net/cqq</a>"

    end sub

end class



然后運行 hello.aspx 就可以了
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 西贡区| 岳池县| 金秀| 醴陵市| 吉木乃县| 崇左市| 盐池县| 阿荣旗| 宜州市| 当雄县| 游戏| 呈贡县| 商南县| 南皮县| 陇南市| 安陆市| 吉林省| 普宁市| 静海县| 怀来县| 麻栗坡县| 和平县| 盈江县| 瓦房店市| 芦溪县| 清流县| 上高县| 东阿县| 襄城县| 双峰县| 文昌市| 婺源县| 新竹县| 海城市| 淮北市| 澄城县| 双峰县| 应城市| 安顺市| 阿坝| 张掖市|