Bulk delete SharePoint List items using CSOM
SharePoint CSOM enables us to delete bulk list items using browser console. Scenario-1: Â We have a list of records to be deleted from a SharePoint list and we…
SharePoint CSOM enables us to delete bulk list items using browser console. Scenario-1: Â We have a list of records to be deleted from a SharePoint list and we…
Add below lines of CSS and done!!! <style type=”text/css”> BODY { background-image:url(“bg.png”) !important; background-repeat:no-repeat; BACKGROUND-COLOR: transparent !important; } .s4-ca { BACKGROUND-COLOR: transparent !important; } .ms-alternating,.ms-gb,.ms-alternatingstrong { background-color:…
Find Files Modified After a Specific Date in SharePoint Library (PowerShell Script) Have you ever struggled to locate files modified after a certain date in your SharePoint library?…
#Enter the site URL for which the group owner needs to be updated $webUrl = “http://test.company.com/man” Write-Output “Getting site object” $web = Get-SPWeb $webUrl Write-Output “Success” Write-Output “Getting…
$mime = “text/html” $webAppUrl = “http://test.company.com” $webApp = Get-SPWebApplication $webAppUrl If ($webApp.AllowedInlineDownloadedMimeTypes -notcontains $mime) { Write-Host -ForegroundColor White “Adding MIME Type “$mime #$webApp.AllowedInlineDownloadedMimeTypes.Add($mime) #$webApp.Update() Write-Host -ForegroundColor Green “MIME…
Delete all Items in SharePoint List Using PowerShell Manually deleting all items in a SharePoint list can be a time-consuming and tedious task, especially when dealing with large…
In order to make the GridView responsive,You can use Footable jQuery plugin which is compatible with Bootstrap design. To use Footable jQuery include the following code inside the form…
First You have to Create a grid view that will show details which you want to Export <asp:GridView ID=”GridView1″ CssClass=”footable” runat=”server” AutoGenerateColumns=”false” Â Â Â Â Style=”max-width: 500px”…
In SharePoint $(window).scroll() event is not firing because code is load in master page web part zone. SharePoint master page doesn’t use the scrolling on the “body” tag….
Create a page Desktop.aspx Add the following code in aspx page <asp:Label ID=”lblBrowser” runat=”server” Text = “Desktop” /> Add the following code in code behind(aspx.cs) protected void Page_Load(object…
30 Knightsbridge Road, Suit 525, Piscataway, New Jersey 08854 USA
128, City Road, London, EC1V 2NX,
United Kingdom
803, Opal Square IT Park, Plot No. C-1, S.G. Barve Road, Wagle Estate, Thane (W) - 400604 India
© NGenious Solutions 2025
