搜尋此網誌

2009-05-15

Microsoft Health Common User Interface

PatientBanner的使用:
Using TemplateThree or Four programmaticaly
在HTML手動加入:
<subsectionthreetemplate>
<asp:label runat="server" id="prueba"></asp:label>
</subsectionthreetemplate>

VB:
CType(PatientBanner1.FindControl("prueba"), Label).Text = "hola mundo"

沒有留言: