Skip to content

Instantly share code, notes, and snippets.

@malbert69
Created October 3, 2015 20:37
Show Gist options
  • Save malbert69/71df9012c0df512287fa to your computer and use it in GitHub Desktop.
Save malbert69/71df9012c0df512287fa to your computer and use it in GitHub Desktop.
Data-bound Literal Control
<asp:Literal runat="server" Text='<%#Eval("sub_total", "{0:f2}")%>'></asp:Literal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment