練習 : Label的資料換行,資料是用Bind方式
html的code:
<asp:Label ID="familyhistoryLabel" runat="server" Text='<%# ((string)Eval("familyhistory")).Replace(".", "<br/>") %>' />
msdn說明:
String.Replace 方法 (String, String)
傳回新字串,其中目前執行個體中所有出現的指定字串,都取代成其他指定的字串。
參數 :
oldValue
類型:System.String
要被取代的字串。
newValue
類型:System.String
用來取代所有出現之 oldValue 的字串。
傳回值 :
類型:System.String
相當於目前字串的字串,只是 oldValue 的所有執行個體都會取代成 newValue。 如果在目前的執行個體中找不到 oldValue,則方法傳回未變更的目前執行個體。
沒有留言:
張貼留言