Justin Cooney

Web Development Tips and Examples

Category: DataTable

  • So what’s the simplest way to build a Web-based interface for a basic database table? In this article I’ll provide a fully working example with a minimum of code. This is a useful feature to be able to put together, especially when you are catering to power users who should be able to help maintain…

  • In the example functions below I’m illustrating how to set up a basic query to a stored procedure in your database that takes a single string parameter. The examples involve using the SQLDataAdapter object to Fill a DataSet. The resulting DataTable can then be queried as desired. Specifically: The first example shows how to read the…