3,287 questions with ASP.NET tags

Sort by: Updated
1 answer

Programs not working even with the latest 4.8.1 .net framework?

so recently i received a windows update and before i went to sleep i started the update and went to sleep, when i woke up the next day i tried launching an app and it gave me the following error: This application requires one of the following versions of…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,125 questions
asked 2023-07-27T09:24:19.98+00:00
hamada98765 yup 0 Reputation points
commented 2023-07-31T05:29:49.74+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
1 answer

ASP.NET Core MVC

Hi, Does Microsoft still hold the certifications on ASP.NET Core MVC? I could not find it in the certifications list (https://learn.microsoft.com/en-us/certifications/). What other certifications does Microsoft have with regard to the web development…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
697 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-28T10:29:09.1166667+00:00
Goga Gate 20 Reputation points
answered 2023-07-31T02:22:41.4533333+00:00
Zhi Lv - MSFT 32,021 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Table td Converted to div not working - what is wrong please

Please show me what I'm doing wrongly. I have a Table tr/td converted to div, but I'm not getting exactly what it should look like. I must be definitely doing something wrong. Can someone please show me? My code/script is pasted below public class…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 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.
301 questions
asked 2023-07-29T16:22:24.5366667+00:00
abiodunajai 371 Reputation points
accepted 2023-07-30T20:01:23.0666667+00:00
abiodunajai 371 Reputation points
3 answers One of the answers was accepted by the question author.

Using Html.TextBoxFor in a For Each Loop

Hello everyone and thanks for the help in advance. I want to create a MVC view that accepts a list of element names and then creates input textboxes from the list. Something like this: @foreach (var item in Model) {@Html.TextBoxFor(m =>…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 questions
asked 2023-07-23T02:07:51.9866667+00:00
Kmcnet 696 Reputation points
accepted 2023-07-28T19:29:49.6433333+00:00
Kmcnet 696 Reputation points
0 answers

User.Identity.Name always null with Windows Authentication asp .net 6 reactjs

solved problem.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 questions
asked 2023-07-28T16:09:41.4933333+00:00
Anonymous
commented 2023-07-28T16:46:03.14+00:00
Vahid Ghafarpour 18,370 Reputation points
1 answer

ASP.NET WebForms - Login with Microsoft Account

Hello Is it possible to create a WebForms application and login using your Microsoft Live Account? We would like our clients to use their Microsoft Account and be logged in, even if the browser closes. I have no idea where to start. Any help will be…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,572 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-21T10:25:39.3533333+00:00
Jaco Pretorius 6 Reputation points
commented 2023-07-28T09:15:41.24+00:00
Lan Huang-MSFT 25,876 Reputation points Microsoft Vendor
3 answers

SQL injection vulnerability

How can I avoid SQL injection attacks in my ASP.NET application? I have a master page and child pages for my project. Thanks

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,413 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 questions
asked 2023-07-11T14:53:08.0433333+00:00
Sana, Ramesh 20 Reputation points
commented 2023-07-28T09:13:49+00:00
Lan Huang-MSFT 25,876 Reputation points Microsoft Vendor
1 answer

The MVC application is developed in .Net Framework 4.7.2. User Name is always null in OnActionExecuting method. Please help

The MVC application is developed in .Net Framework 4.7.2. User Name is always null in OnActionExecuting method. Please help. HttpContext.User.Identity.Name ctx is the object of ActionExecuting method. Tried to access user object through ctx which also…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,413 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-27T15:19:16.8933333+00:00
Bhuvaneshwari Balasubramaniam 46 Reputation points
commented 2023-07-28T05:54:37.3666667+00:00
Lan Huang-MSFT 25,876 Reputation points Microsoft Vendor
2 answers

.Net Web App accessing PowerBI Report Server

Hi, I have a .NET Web App that is accessing reports from a Power BI Report Server. The .NET Web App is using Azure AD for authentication and the Power BI Report Server is configured for Kerberos Constrained Delegation(KCD). If I need to authenticate…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
asked 2021-06-09T15:39:02.447+00:00
Gerome 1 Reputation point
answered 2023-07-27T21:39:04.02+00:00
Vahid Ghafarpour 18,370 Reputation points
0 answers

VS Community 2022 - ASP.NET 4.8 - Publish has encountered an error. Copying file 'x' to 'y' failed.

Hello, I'm getting a really frustrating error which is really holding me up. The error is: Copying…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-06-07T15:34:11.82+00:00
Antony Cartwright 0 Reputation points
commented 2023-07-27T21:12:59.5166667+00:00
Bryce Pfrimmer 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I make chosen-select go over the parent Table when clicked upon?

Please has anyone tampered with the Chosen Select CSS before to make it go over the parent table? What I wanted to archive is shown below. I don't know what to change to make it flow over the parent Table. Chosen_Select.PNG My Razor view Code is pasted…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 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.
301 questions
asked 2023-07-25T17:17:13.0566667+00:00
abiodunajai 371 Reputation points
commented 2023-07-27T15:20:51.4666667+00:00
abiodunajai 371 Reputation points
1 answer

Implementing PlayFab's lobby notifications using SignalR

Hi, I'm trying to implement PlayFab's lobby notifications which relies on SignalR. One of the things I have to do to start receving notifications from the SignalR service is to start the session by calling a server method (signalr-hub…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 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,302 questions
asked 2022-05-23T10:22:12.71+00:00
theo 1 Reputation point
answered 2023-07-27T08:30:08.4466667+00:00
Sergo Martirosov 0 Reputation points
0 answers

How to fix Common Language Runtime detected an invalid program.

The project has .net framework 4.8 and automapper 7.0.1 package. Error information is as below, ================================================================================ exception Type : InvalidProgramException Message : Common Language…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,413 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-26T12:32:31.4733333+00:00
Rajendra Mote 0 Reputation points
commented 2023-07-27T06:39:23.99+00:00
Lan Huang-MSFT 25,876 Reputation points Microsoft Vendor
2 answers

How to add jquery or java script on blazor server side ?

I work on blazor server side .NET core 7 .i face issue i can't add jQuery code on my blazor application web app so can you please help me how to add jQuery to my web app by steps or image screen shoot if possible please ? i need to apply below jquery…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,207 questions
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,403 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-03-20T00:38:33.1366667+00:00
Ahmed Salah Abed Elaziz 390 Reputation points
commented 2023-07-26T15:44:59.8733333+00:00
Carolyn Schroeder 186 Reputation points
1 answer One of the answers was accepted by the question author.

How Do I use Chosen iquery Search Dropdown with Modal PoPup

Please I have an HTML modal that shows a Dropdown List. Everything works well except that I want the user to search the List or select by scrolling through the list. The scrolling is working but the searching using the chosen jQuery is not working. I…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 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,302 questions
asked 2023-07-23T17:38:59.69+00:00
abiodunajai 371 Reputation points
commented 2023-07-26T14:03:53.98+00:00
abiodunajai 371 Reputation points
2 answers

ASPX, Gridview Group by

In my aspx +vb with sql web i have a gridview . In gridview i want to group LPR_NO as shown below I want all these field data in gridview but i want to group only lpr_No SELECT LP_ION.Originator,LP_ION.Originator_ID,Convert(varchar(10),…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-23T14:18:08.39+00:00
Baiju EP 141 Reputation points
answered 2023-07-25T20:24:57.57+00:00
Albert Kallal 4,806 Reputation points
1 answer One of the answers was accepted by the question author.

Jumping stacked cards animation

I have stack of cards where on click, the cards will change to the next card behind and so on. Please how do I make the cards to automatically change to the next card behind without clicking on the card to change. And I also want the change animation.…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-19T07:58:32.2433333+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-07-25T19:26:07.38+00:00
Donald Symmons 2,856 Reputation points
2 answers One of the answers was accepted by the question author.

Device Location

I written a console application to get latitude, longitude from the device convert to address and store in DB. I scheduled as task but this is launching the exe I want the exe to run in background please suggest how the source code is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-25T15:06:23.5966667+00:00
Anonymous
answered 2023-07-25T17:23:06.41+00:00
Anonymous
0 answers

Cannot install System.Data.SqlClient from NuGet or Dotnet cli

Hi everyone I have tried searching how and low for a response to this but to no avail. I am trying to install System.Data.SqlClient for a backend server. When I open Visual Studio (Community Edition) and follow the regular workflow to install NuGet…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,413 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
323 questions
asked 2023-07-25T14:11:53.16+00:00
Damian Young 0 Reputation points
commented 2023-07-25T14:14:35.7533333+00:00
Damian Young 0 Reputation points
2 answers One of the answers was accepted by the question author.

Conditionally Show Hide Radio Buttons

Capturemalefemale.JPG Conditionally Show Hide Radio Buttons , The pregant , normal radio buttons should be shown only when Female is selected

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,287 questions
asked 2023-07-25T06:23:25.0566667+00:00
Anonymous
commented 2023-07-25T11:21:03.58+00:00
Anonymous