C#: Format number to string with comma separated with thousand place Get link Facebook X Pinterest Email Other Apps May 19, 2011 int number = 1000000000; string whatYouWant = number.ToString("#,##0"); //You get: 1,000,000,000 Read more
HTML5 Upload Directory Get link Facebook X Pinterest Email Other Apps May 16, 2011 http://html5-demos.appspot.com/static/html5storage/demos/upload_directory/index.html# Read more