Customize detailview itemplatefield

Source: Internet
Author: User

Although this is just an example of detailview, everything else is the same. Write your own definition function and then bind it to OK.

 

 

<Asp: detailsview id = "detailsview1" runat = "server" autogeneraterows = "false"
Datakeynames = "newsid" performanceid = "objectperformance1" Height = "50px"
Width = "596px">
<Fields>
<Asp: templatefield headertext = "newsname" sortexpression = "newsname">

<Itemtemplate>
<Asp: Label id = "label1" runat = "server" text = '<% # BIND ("newsname") %>'Font-bold = '<% # isbold () %>'> </ASP: Label>
<Br/>
<Br/>
<Asp: textbox id = "textbox1"TEXT = '<% # displayshort (sbsweb. newsrow) (system. Data. datarowview) container. dataitem). Row) %>'Runat = "server" Height = "176px" textmode = "multiline" width = "287px"> </ASP: textbox>
</Itemtemplate>
</ASP: templatefield>
<Asp: templatefield>

<Itemtemplate>

</Itemtemplate>

</ASP: templatefield>

</Fields>
</ASP: detailsview>

 

 

Protected stringDisplayshort(Sbsweb. newsrow)
{
If (newsrow. newsdesc. length> 20)
{
Return newsrow. newsdesc. substring (0, 30). tostring () + "...";
}

Else return newsrow. newsdesc. tostring ();
}

Protected boolIsbold()
{

Return true;
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.