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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -