Justin Cooney
Web Development Tips and Examples
Category: GridView
-
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…
-
Hooking up a JQuery Form Dialog Widget to an ASP.NET GridView Control Let’s face it: the stock ASP.NET GridView control has some behaviors and limitations that aren’t exactly optimal. For starters, the lack of a nice way for users to add new rows to the grid is unfortunate. There are, of course, several different work-arounds…
-
If you need to quickly and easily generate PDF documents from ASP.NET, then the iTextSharp library for .NET is very convenient. To install and start using iTextSharp, you can download the zipped reference files from the SourceForge Web site and then add them to your Visual Studio project the same way as you would do with…