2

0

0

77
Bytes Of Code profile image

Bytes Of Code

RAJKISHOR SAHU

Joined 12 months ago from Bangalore. Last activity 6 days ago.

My Content: Hubs, Answers, and Forums

Show: All
  • All
  • Technology (2)
  • 2

    Cascading ComboBox in C-Sharp.Net

    8 months ago

    Cascading a ComboBox in C# was a logical requirement which I got while developing a CRM application for my client. They want me to show two ComboBoxes, for example, one ComboBox will have bank names like HDFC, Citi Bank, AXIS etc and second ComboBox will have credit card type offered by respective company. This may sound easy and you can say, we can data bind “Bank” in one ComboBox and “Credit Card Types” in other ComboBox but there is one challenge.

  • 7

    Export DataSet and DataTable to Excel 2007 in C#

    12 months ago

    There are situations when we want to export data from database to Excel but we don’t have any easy way to so. If you want to export data from C# DataTable to excel in Excel 2003 or older format you will find many tutorials but Excel 2007 format is different than Excel 2003 format. And very few articles are there to tell you how to export DataSet or DataTable to excel 2007. In this tutorial we will see the simplest way to export data from DataSet or DataTable to Excel 2007 format.2HJCJ3CWXCT5

Please wait working