Passing Data from Controller Action Method to Razor Page in ASP.NET Core MVC
Post Views: 1,264 We can pass the Data from Controller to View in 2 ways. 1. ViewData Example for Single value data Action Controller Code: In controller write below code…
Learn developer and data technologies with us
Post Views: 1,264 We can pass the Data from Controller to View in 2 ways. 1. ViewData Example for Single value data Action Controller Code: In controller write below code…
Post Views: 15 Building a Cortana skill means that Cortana can use your bots, services, websites, and apps to help people – but did you know that you can write…
Post Views: 4 Visual Studio is a productivity game changer for C#! The .NET Compiler Platform (“Roslyn”) enables many new experiences that will change the way you write and debug…
Post Views: 11 Entity Framework Core is a lightweight, extensible, and cross-platform version of the popular Entity Framework data access technology. In this session we’ll look at what’s new in…
Post Views: 17 One way for this is: Get the session value and store it to View Bag in the controller and then show the view bag value to the…
Post Views: 122 The Microsoft.AspNetCore.Session package provides middleware for managing session state. Add the following heightened line in your Startup.cs [code language=”csharp”] public void ConfigureServices(IServiceCollection services) { services.AddMvc(); // Adds…
Post Views: 46 As we know that default dropdown list is not searchable. Simple way to create searchable in asp.net/SharePoint solution. Problem: Resolution: ( Converting simple dropdown list to searchable…
Post Views: 91 Sometimes Windows Defender can detect your custom app, .exe file or other files as a threat and might have been deleted by the defender. If you want to…
Post Views: 14 “The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive. This was the overarching theme in a 110-minute live online event made…