3,442 questions with ASP.NET tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to pass either a JavaScript array or JSON string to an Asp .NET Core 6 MVC controller using AJAX

I am working on an Asp.Net Core 6 MVC project. Initially, I tried to send a javascript array created by this line of code, var reportData = $('#reportForm').serializeArray(); to the controller. The controller signature was public async…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-27T02:16:59.68+00:00
Sherpa 281 Reputation points
commented 2024-08-29T00:38:03.0033333+00:00
SurferOnWww 2,581 Reputation points
1 answer

Azure app service reverts to previous version

I have blazor web app I'm deploying to Azure App service using VS2022 Preview publish feature. I have upgrade my project target framework to .NET 8. And I have my publish setting target framework to .NET 8. However after publishing the app the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,996 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,150 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,582 questions
asked 2024-01-29T22:02:12.3066667+00:00
JuwonPark-6692 5 Reputation points
commented 2024-08-28T18:58:51.7733333+00:00
Gregory Hansen 0 Reputation points
3 answers

Asp.Net and gridView: how to create a link that initiates a method

The asp.net GridView might not be able to do this, but I'm looking for a way to display a link in a grid column, where the the user can click on the link which sends the value (a string) to a method, and does work. If not GridView, is there another…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-26T02:34:02.55+00:00
Coreysan 1,651 Reputation points
answered 2024-08-27T03:13:16.7433333+00:00
SurferOnWww 2,581 Reputation points
1 answer

Why do we get this error "Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate." if we have not configured MinRequestBodyDataRate??

Our system utilizes ASP.NET Core 6.0.10 and HTTP/2. There is no specific configuration for the MinRequestBodyDataRate in our program, indicating that it likely uses the default value of 240 bytes per second. During our investigation, we have confirmed…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,052 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
92 questions
asked 2023-06-15T06:38:03+00:00
Abhay B Abraham 0 Reputation points
commented 2024-08-25T22:45:20.78+00:00
Sly Gryphon 1 Reputation point
2 answers One of the answers was accepted by the question author.

Every definition causes ambiguation error with itself ASP.NET in Visual Studio 2022.

I am building a web project in ASP.NET using Visual Studio 2022. So far, there have been no similar issues, but after moving a .css file from one folder to another my project has now flagged every single class and function definition within every…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,789 questions
asked 2024-08-22T18:54:40.2633333+00:00
nFultz 20 Reputation points
accepted 2024-08-23T12:19:11.5633333+00:00
nFultz 20 Reputation points
1 answer

SSO in ASP.NET Webforms & .NET 8

Hi, I have an ASP.NET Webforms legacy web application using Asp Net Membership Login control and SQL Server as database to validate credentials and login. On other hand, I have .NET 8 Web app using Cookie based Authentication with same database. But for…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-14T20:03:00.8833333+00:00
Siddhant Singh 5 Reputation points
commented 2024-08-23T07:39:31.6066667+00:00
Jerry Fu - MSFT 666 Reputation points Microsoft Vendor
3 answers

How to Freeze Header in ASP.NET Gridview using C#

I am developing ASP.NET application. I have been using gridview for adding/editing/deleting records for most of the forms. some of the gridview will have more than 1000 rows. for temporary, i have used CSS overflow to freeze the records. But, it will…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,789 questions
asked 2024-08-09T12:51:47.99+00:00
BeUnique 2,112 Reputation points
commented 2024-08-22T05:38:08.26+00:00
Lan Huang-MSFT 29,091 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

SSL Certificate Issues with ASP.NET MVC Application in Google Chrome

I’ve created an SSL certificate that works correctly on Microsoft Edge but has issues on Google Chrome. How can I resolve this?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-18T22:00:59.42+00:00
AHSAN ALI 101 Reputation points
accepted 2024-08-21T21:14:34.1766667+00:00
AHSAN ALI 101 Reputation points
4 answers

Windows service HttpClient with HTTPS support

Hi.I have a **Windows service** that makes calls to an http web page via an **HttpClient **object. Now the website is HTTPS but when I call the https page it gives an "Unauthorized" error. I am using Visual Studio 2013 with .NET Framework 4.5.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,789 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
323 questions
asked 2024-08-20T15:23:18.29+00:00
39662036 0 Reputation points
answered 2024-08-21T06:38:49.54+00:00
Lan Huang-MSFT 29,091 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to display data on jQuery Datatables in Asp.Net Core MVC

I am new to jQuery Datatables using AJAX in Asp.Net MVC 6.I have enclosed my code in the view as well as in the controller. View: <div> <div style="padding-top: 20px; padding-bottom:20px"> <button class="btn btn-lg…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-20T15:10:18.83+00:00
Sherpa 281 Reputation points
commented 2024-08-21T03:49:29.5633333+00:00
Sherpa 281 Reputation points
1 answer

CS0103:The name 'ViewBag' does not exist in the current context

CS0103:The name 'ViewBag' does not exist in the current context same issue showing on every html control like @Html.DropDownListFor(), @Html.ValidationMessageFor etc. Please resolve the issue.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,996 questions
asked 2024-08-16T06:58:38.3766667+00:00
shravan dixit 0 Reputation points
commented 2024-08-21T01:38:51.8666667+00:00
Lan Huang-MSFT 29,091 Reputation points Microsoft Vendor
5 answers

Add-Migration does not detect the change for Entity Framwork in MVC project with Entity Framework 5

I inherited this project which has been in Production for a long time and the original developer is no longer with the group. I needed to add a new column to one of the table in the database so I updated the object with a new column: public string status…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2022-10-04T15:49:34.94+00:00
Nguyen, David V 6 Reputation points
answered 2024-08-20T13:16:25.2833333+00:00
4 answers One of the answers was accepted by the question author.

How to design patterns from scratch using C# asp.net MVC

I am new to building design pattern using factory design pattern, its C# asp.net mvc application which i am going developing my new web application, please can you help me how to start from scratch. I have worked one design pattern application which is…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,753 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,789 questions
asked 2024-04-19T14:27:10.4633333+00:00
coder rock 296 Reputation points
edited an answer 2024-08-19T20:04:56.51+00:00
Stencilloart 0 Reputation points
0 answers

Missing Satellite Assemblies for Norwegian Language

I have a service repository with resource files for different languages. When I build the repository locally, I see DLLs for all languages, including the Norwegian language. However, when I build the same repository in DevOps, I do not see DLLs for…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-08T03:08:24.8866667+00:00
Rajeshwar Reddy Chowdepalli 61 Reputation points Microsoft Employee
edited the question 2024-08-19T06:01:07.49+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
1 answer

Could not load file or assembly Newtonsoft.Json

I have an ASP.NET Web App that I opened today in VS 2022 after some time, and I keep getting an error: [FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-13T22:01:09.2133333+00:00
John Straumann 0 Reputation points
edited the question 2024-08-19T05:56:44.9733333+00:00
Jack J Jun 24,496 Reputation points Microsoft Vendor
1 answer

VS2022 Chart Control not working in Web Forms framework 4.7.2

I'm trying to use the Chart control in the Toolbox in a web form vb.net framework project using framework 4.7.2 but the control will not display. There are zero errors and I'm using the most basic settings for the Chart control. I have an earlier 3.5…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-08-15T11:26:22.0766667+00:00
Sprutus Benton 0 Reputation points
commented 2024-08-19T02:28:51.33+00:00
Lan Huang-MSFT 29,091 Reputation points Microsoft Vendor
1 answer

.NET MAUI ios Application Crashes When Published. Can Someone Guide me?

I maintaining .NET MAUI application that are created using .NET MAUI Blazor hybrid application project. now wwe need to publish it on Apple Appstore and there also some platform specific codes for android as well. so what i did is create .NET MAUI multi…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,538 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,330 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
334 questions
asked 2024-08-15T03:17:51.58+00:00
Gayantha Anushan 0 Reputation points
commented 2024-08-16T14:33:18.12+00:00
Bruce (SqlWork.com) 63,181 Reputation points
2 answers

How to create dynamic report depend on user input by ASP.NET Core?

I want to build a dynamic report by Asp.net core -EF-, I searched for many ways and ideas, but it doesn't support my idea, I am so disappointed, the core idea of my project is to get tables and columns names from the database and displays them for the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,486 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2023-02-26T09:52:23.6+00:00
Arwa Sami 20 Reputation points
edited an answer 2024-08-16T14:27:59.16+00:00
Bruce (SqlWork.com) 63,181 Reputation points
0 answers

ContosoPizza.http file not being created

When following the tutorial for creating a web API project, on page 3, part 4, i enter the following command: dotnet new webapi -controllers -f net8.0 however it does not create the ContosoPizza.http file as the guide states it should. Please advise…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,436 questions
asked 2024-08-16T10:34:33.8166667+00:00
Bowie, Aidan 0 Reputation points
edited a comment 2024-08-16T13:19:02.98+00:00
JasonPan - MSFT 5,216 Reputation points Microsoft Vendor
1 answer

validate item in entire gridview to check excess Quantity

Hello This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="yyy.aspx.cs" Inherits="yyy" %> <html> <head runat="server"> <title>Untitled…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,442 questions
asked 2024-07-10T08:38:03.7233333+00:00
RAVI 1,056 Reputation points
edited a comment 2024-08-16T10:54:48.6933333+00:00
XuDong Peng-MSFT 10,426 Reputation points Microsoft Vendor