Justin Cooney
Web Development Tips and Examples
Category: ASP.NET
-
Adding your own custom CSS can be super useful and a great way to spruce up stock SharePoint views. You can use the CSS designer of SharePoint Designer but that is clunky at best. All things considered, it’s best to use your own markup if you want to customize your SharePoint views. For starters let…
-
Recently while I was putting together a HTTP REST call to get some information from SharePoint 2016 (on-premise) document library I ran into some problems with the length of the call. Specifically I got the dreaded: The length of the URL for this request exceeds the configures maxUrlLength value. That’s the basic problem with HTTP…
-
It seems like a simple task, but can end up being a bit tricky depending on how you write your code. I’ve seen a lot of examples of getting the start date and end date for a month but a lot of them are inaccurate or even incomplete and fail to take certain situations into account.…