【2017-05-18】WebForm的Repeater控制項和一些簡單控制項

來源:互聯網
上載者:User

標籤:沒有   textbox   代碼   pass   password   str   header   lock   使用   

一、Repeater控制項

1、

<%@ %> - 這裡面寫一些聲明和引用的

<%  %> - 編寫C#代碼的

<%= %> - 往介面上輸出一個變數的值

<%# Eval("屬性名稱","可選,格式字串")%> - 在Repeater資料展示中使用

 

2、Repeater控制項   - 用來展示資料重複執行。

<HeaderTemplate></HeaderTemplate>     先執行,執行一次,常用來展示表頭

<ItemTemplate></ItemTemplate>      在<HeaderTemplate></HeaderTemplate>之後執行,用來綁定資料,有多少條資料執行多少次。

<AlternatingItemTemplate></AlternatingItemTemplate>    交替項模版,與<ItemTemplate></ItemTemplate>交替執行。

<FooterTemplate></FooterTemplate>   最後執行,執行一次

 

3、資料繫結

在後台字碼頁面載入中進行資料繫結

 

二、簡單控制項

1.Lable  -- 轉換成<span></span>

  需要在樣式中加上display:inline-block才可以是lable樣式中的長寬起作用

2.Literal -- 空,什麼也沒有轉換,把內容直接列印在介面上

  作用:可以直接輸出上面的內容,

  Literal.Text=<script>alter(‘你好‘);</script>  --- 可以直接在介面上跳出彈窗

3.TextBox

設定屬性TextMode

SingLine   ---  變成<input type="text" />

PassWord --- 變成<input type="PassWord">

MultiLine --- 變成<textarea>  

 

4.HiddenField  --- 變成<input type="hidden">

5.Button --- 變成 <input type="submit"> 

6.ImageButton  --- 變成<input type="image">

 

 

用委託來寫事件:

例如:

在後台代碼介面載入中寫按鈕的點擊事件+=,然後連按兩下Tab鍵就會產生相應的點擊事件

 

 

 

【2017-05-18】WebForm的Repeater控制項和一些簡單控制項

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.