Justin Cooney
Web Development Tips and Examples
Category: VB.NET
-
If you are writing a report using a .NET DataGrid, it’s very possible that you’ll want to conditionally highlight key data in the report.
-
This article deals with the GridView WebForms .NET control; in particular with how to detect and record changes after the user has saved data in the GridView. Sometimes using WebForms controls is not well documented and unintuitive, which is the case with the onRowUpdated event, where a lot of information available online is incorrect or misleading.…
-
In this article I’ll show a simple example of nicely formatting a header row in a generated Excel document (using the open source ClosedXML library). If you would first like some background into setting up and calling functions using .Net and the ClosedXML library, have a look at a previous article I wrote, or visit…