My Content: Hubs, Answers, and Forums
2Cascading ComboBox in C-Sharp.Net
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.
7Export DataSet and DataTable to Excel 2007 in C#
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



