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
Post a Comment