asp.net - declarative databinding not working -


i trying bind custom property in label control in asp.net not working.

    <asp:label id="labeltime" runat="server"   timestamp= '<%# datetime.now.tostring() %>'></asp:label> 

i have used these expression number of times today nothing seems working. wrong?


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -