Give a way to learn programming
Showing posts with label
text or string format
.
Show all posts
Showing posts with label
text or string format
.
Show all posts
Friday, 9 December 2016
Formatting asp.net label when the value is sourced from a query string
lbltotalamount.Text = String.Format("{0:N0}", int.Parse(Request.QueryString["tp"]));
Older Posts
Home
Subscribe to:
Posts (Atom)