• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • BoundColumn

    發表于:2007-07-14來源:作者:點擊數: 標簽:
    BoundColumn 最主要的功能是利用Label 來顯示數據源中的一個字段內容,其使用語法如下所示: ASP:BoundColumn DataField=DataSourceField DataFormatString=FormatString FooterText=FooterText HeaderImageUrl=url HeaderText=HeaderText ReadOnly=True | F


    BoundColumn 最主要的功能是利用Label 來顯示數據源中的一個字段內容,其使用語法如下所示:

    <ASP:BoundColumn
    DataField="DataSourceField"
    DataFormatString="FormatString"
    FooterText="FooterText"
    HeaderImageUrl="url"
    HeaderText="HeaderText"
    ReadOnly="True | False"
    SortField="DataSourceFieldToSortBy"
    Visible="True | False"
    FooterStyle-Property="value"
    HeaderStyle-Property="value"
    ItemStyle-Property="value"
    />

    其中除了共同基礎屬性以及樣式對象外,常用的屬性如下表所示:

    下列程序代碼片段以BoundColumn 來顯示字段內容:

    <ASP:DataGrid Id="dgA" AllowPaging="True" PageSize="5"
    OnPageIndexChanged="dgA_PageChg" Runat="Server"
    PagerStyle-Mode="NumericPages" BorderColor="#808080"
    HeaderStyle-Font-Names="Courier New"
    HeaderStyle-BackColor="#D1DCEB"
    AutoGenerateColumns="False">
    <Property Name="Columns">
    <ASP:BoundColumn
    HeaderText="姓名"
    HeaderStyle-Font-Bold="True"
    HeaderStyle-HorizontalAlign="Center"
    DataField="UserName"/>
    <ASP:BoundColumn
    HeaderText="電話"
    HeaderStyle-Font-Bold="True"
    HeaderStyle-HorizontalAlign="Center"
    DataField="UserTel"/>
    <ASP:BoundColumn
    HeaderText="住址"
    HeaderStyle-Font-Bold="True"
    HeaderStyle-HorizontalAlign="Center"
    DataField="UserAdd"/>
    </Property>
    </ASP:DataGrid>

    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>