'Anil' Radhakrishna's Code Gallery

Home | Blog
Web Development Tips, Tricks & Trivia

  • Show UTC Date/Time recorded on the server IN a user's regional time zone format using Javascript: Run it
  • Generate a Word document dynamically with user submitted text formatted with Free Text Box : View Source
  • Urdu to English mini Dictionary that uses the ASP.NET AJAX Control Toolkit's AutoComplete Extender : View Source
  • DIY: Build a frill-free feed aggregator using ASP.NET RssToolkit Version 2.0: View Source
  • Sending mail programmatically using C# 2.0 with Gmail: View Source
  • Implementing "Download as Word Document" feature for a web page with dynamic content : View Source | Run it
  • Implementing "Download as Word Document" feature for a web page with content from a data source : View Source | Run it
  • Implementing "Download as Excel" feature for a web page with content from a data source : View Source | Run it
  • Adding Custom Header & Footer to the dynamically generated Excel sheet : View Source | Run it
  • Dynamically generate Word document with Footer : View Source | Run it
  • Sending an email with a Word or Excel file attachment built on the fly: View Source
  • Export a Dataset to Excel & preserve number formatting for numeric values: View Source | Run it
  • Slide Show (also demonstrates how to conditionally select an external Javascript file): Run it
  • Populate a dependent Combo Box w/o Refreshing Page (using IFrame): Run it