python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ASP.NET Core MVC - Opening a Bootstrap modal view using a hyperlink
I am creating an ASP.NET (version 5) Core MVC application where I have a list of items. I try to make it so that when you click on an item it opens a (Bootstrap) modal view with the item's details (fr...

David200337
Votes: 0
Answers: 1
Getting 401 Unauthorized with MVC Pages while Identity Razor pages work as expected
Background
I am doing a POC to find out if Angular, Razor and MVC pages work seamlessly in a web application. I started with Visual Studio template named "ASP.NET Core with Angular". I have ...
Ravi M Patel
Votes: 0
Answers: 1
How to save the SharePoint File Upload Link in C# MVC Project?
I am using the following code to upload files to SharePoint:
var securePassword = new SecureString();
foreach (var c in "NotMyPWD123")
{
securePassword.A...

user17824052
Votes: 0
Answers: 1
MemoryStream Uploading Empty File to SharePoint in C# MVC Project
I am testing out the ability to upload a file to SharePoint. I am using the following code:
var targetSiteURL = @"https://company.sharepoint.com/sites/ProjectRoom";
var logi...

user17824052
Votes: 0
Answers: 1