Justin Cooney
Web Development Tips and Examples
Category: WebForms
-
In this example you’ll see the basics of programmatically connecting .NET code (a simple WebForm) from your local machine to read a Documents list hosted on a SharePoint server. Specifically, in this example I am using Visual Studio 2017 and am connecting to a SharePoint 2016 site on the local network.
-
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.…