By: John Kilgo Date: November 28, 2002Download the code. Printer Friendly Version Here we present an example of how to store a database connection string in the application's Web.Config file. Web.Config is a part of every asp.net application and
You may have seen web pages that include a horizontal bar graph showing responses to a questionaire or other numeric results without the use of a graphing tool. This article will demonstrate how to build such a graph using html and a dataset. By:
Reading Excel (.xls) Files with ADO.NET... With a little preparation on the Excel side and very little work on the ADO.NET side you can connect to and read Excel workbooks just as though they were database tables. By: John Kilgo Date: May 28,
You may add controls to a web page dynamically as needed at run time rather than at design time. This short article shows you how. By: John Kilgo Date: April 5, 2003Download the code. Printer Friendly Version Sometimes when building a web form you
By: John Kilgo Date: February 1, 2003Download the code. Printer Friendly Version The data choices for some database table columns are relatively fixed. Examples would be countries, states, and counties for instance. In these cases a dropdown list
Place a DataGrid, or any other control or set of controls, within a scrollable region on your .NET web forms. By: John Kilgo Date: November 23, 2003Download the code. Printer Friendly Version br>There are many times when it is inconvenient or
Interfaces vs Abstract Classes... A side by side comparison of features of Interfaces and Abstract Classes. By: Naveen Date: October 23, 2003 Download the code.Printer Friendly Version br>Interface vs abstract class When should you use an