3,285 questions with ASP.NET tags

Sort by: Updated
1 answer

Dependency error in Vs 2019

i m facing below error while working in vs 2019 Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2021-07-14T08:14:03.687+00:00
Erum Mirza 1 Reputation point
commented 2023-07-21T20:36:03.9566667+00:00
Tres Oliver 10 Reputation points
1 answer One of the answers was accepted by the question author.

automatically scroll cards sideways

I have 5 cards that I can swipe through using the cursor, using swipe.js, css and html. Is there any way the cards can swipe automatically without using the cursor to swipe? For example I want that when that section of the page is seen, the cards will…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,412 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-19T08:17:17.77+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-07-21T19:13:27.3666667+00:00
Donald Symmons 2,856 Reputation points
1 answer

How to setup regional Vnet integration between new ASP.NET 4.8 Azure Service V3 and Azure SQL Managed Instance?

I just created a simple ASP.NET Web Forms app to Azure Service - Premium V3 plan. This app runs fine as long it does not access our database in SQL Managed Instance (MI). When trying to access the database (a simple SQL SELECT statement in the…

Azure SQL Database
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
770 questions
asked 2023-01-17T16:04:18.37+00:00
Jan J. Vopalensky 0 Reputation points
answered 2023-07-21T18:25:14.78+00:00
Vahid Ghafarpour 18,220 Reputation points
1 answer

Using Microsoft Report Viewer in a .NET 4.7.2 ASP.NET MVC App

I'm trying to add a page to an MVC app using Razor. I've seen articles that refer to passing the ReportViewer object into the view and calling Html.ReportViewer to render it but that method doesn't exist. From what I can tell that may only exist if you…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 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,811 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,299 questions
asked 2021-06-22T15:51:09.847+00:00
Brandon Owensby 1 Reputation point
commented 2023-07-21T16:24:31.1866667+00:00
Kumar, Shubham 0 Reputation points
1 answer

How to enhance foreach list over 1 millions rows select and update

I work on asp.net core 7 . i have list have over than one milion rows when it executed it take too much time to finish too much time reach to 1 day var BranchesList = _OsuBranch.GetList(x => x.BRTYPE == "BR" && x.OSU_Is_Active ==…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,202 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-20T01:47:52.5066667+00:00
Ahmed Abd El Aziz 315 Reputation points
commented 2023-07-21T09:08:37.38+00:00
Ahmed Abd El Aziz 315 Reputation points
2 answers

Generation of pdf in multiple threads, task or parallelFor

Hello, I thank you in advance for your support. I am improving a process of generating a pdf file. The process currently is sequential and takes a long time to generate The ephtmltopdf library is used with a method that calls an .aspx page and returns an…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,412 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,790 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,299 questions
asked 2023-07-19T03:06:04.1666667+00:00
Alexi Tomala 0 Reputation points
edited a comment 2023-07-21T08:06:37.1733333+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
1 answer

selected value option All Request clear after display value How to prevent this behavior from happen ?

I work on asp.net mvc I face issue selected value All requests cleared after display result data and back to Pending Request so my issue on selected value option if i select option All requests it display all requests success but drop down selected…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-16T22:38:06.83+00:00
Ahmed Abd El Aziz 315 Reputation points
commented 2023-07-21T01:47:00.4933333+00:00
Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
1 answer

how to add an error message for the datetime property in c# .net

public class FloodViewModel { // public string ClaimId { get; set; } public string ClientClaimNo { get; set; } public string ProvinceCode { get; set; } public DateTime? LossDate { get; set; } public string…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-12T08:33:20.09+00:00
Basit Nisar 40 Reputation points
commented 2023-07-21T01:46:02+00:00
Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MVC CORE VIEWDATA

Here is mvc core page to get latitude and longitude from browser and determine address. The bing api and method works perfectly and address is retrieved but the viewdata is not working https://github.com/KalyanAllam/LatLongAddress

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,202 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-20T06:54:00.6866667+00:00
Anonymous
commented 2023-07-20T10:02:17.0866667+00:00
Ruikai Feng - MSFT 2,526 Reputation points Microsoft Vendor
0 answers

is Webhook url secure to send message over channel

Webhook plugin installed for a specific channel. Once it is created a url is created which will be used to share messages over that channel. Is this URL secure for communication?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-19T06:48:25.5766667+00:00
Natty Rodrigues 0 Reputation points
commented 2023-07-20T07:33:44.6+00:00
QiYou-MSFT 4,306 Reputation points Microsoft Vendor
1 answer

configuration method not executing in startup.cs

I have created new mvc project and added startup.cs class with one method. but debug is not coming in this method directly debug is going on homecontroller but it should come first startup class. why my debug is not coming in configuration method. public…

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,565 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 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,299 questions
asked 2023-07-18T03:39:54.4633333+00:00
N 1 Reputation point
commented 2023-07-20T06:11:41.8966667+00:00
Lan Huang-MSFT 25,871 Reputation points Microsoft Vendor
2 answers

why my fileupload.PostedFile is returning "" even when I have selected a file?

why my fileupload.PostedFile is returning "" even when I have selected a file? PostedFile always returns the file selected so why this bizarre behavior?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-14T07:11:33.6066667+00:00
Partha Mandayam 91 Reputation points
edited a comment 2023-07-19T15:03:38.2266667+00:00
AgaveJoe 26,141 Reputation points
1 answer One of the answers was accepted by the question author.

Stacked cards overflows into bottom div

My stacked cards skips and overflows into another div tag below it. I have been trying to make it responsive and stay in its div. How can I make the cards not to overflow into the bottom div? Here is how it skips into div below it <style…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-19T08:13:38.8566667+00:00
Donald Symmons 2,856 Reputation points
accepted 2023-07-19T11:20:37.13+00:00
Donald Symmons 2,856 Reputation points
2 answers One of the answers was accepted by the question author.

Aspx or mvc page to display browser latitude and longitude and bing adress

I want to combine these two examples and create a aspx page to display the browser's lat/long and current address kindly please help https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation static async Task<string>…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-17T14:02:04.48+00:00
Anonymous
commented 2023-07-19T10:13:21.1966667+00:00
Anonymous
12 answers One of the answers was accepted by the question author.

How to convert xml to style so that browser can render html from xml when using RSS

I have downloaded a app called MessageBoard and trying to configure RSS Feed to output serialised data to browser. The result display a error message with code written in xml format. This XML file does not appear to have any style information associated…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-01-30T01:05:53.09+00:00
peter liles 556 Reputation points
answered 2023-07-19T09:38:34.29+00:00
0 answers

error CS0246, The type or namespace name 'LIMS' could not be found (are you missing a using directive or an assembly reference

Hi There; I have an ASP.NET MVC Application. It is written in 4.5.2. It works smoothly on a local computer and a single server test machine. I receive a “The type or namespace name 'LIMS' could not be found (are you missing a using directive or an…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,412 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-19T06:27:54.58+00:00
Taha Sözgen 10 Reputation points
edited a comment 2023-07-19T08:28:49.2433333+00:00
Taha Sözgen 10 Reputation points
1 answer One of the answers was accepted by the question author.

Server load from Microsoft IP address

Hi, In our company we run servers in AWS and in the last few months we have been regularly generating high traffic from IP address 20.246.136.110, which we found out is from Microsoft's range. This address was generating high CPU load on a weekly basis…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-04T14:15:17.68+00:00
Sobotka Jakub 20 Reputation points
commented 2023-07-19T07:23:09.5166667+00:00
Sobotka Jakub 20 Reputation points
1 answer

How to use union statement on entity framework core instead of using statement on sql server ?

I work on entity framework core 7 . I face issue I can't do or use union on entity framework core instead of use union on sql server so i have view contain or return collect of unions as below CREATE VIEW [dbo].[vDsales] AS SELECT sldate, id,…

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,202 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
asked 2023-07-19T00:03:48.23+00:00
Ahmed Abd El Aziz 315 Reputation points
edited an answer 2023-07-19T05:39:07.9233333+00:00
Zhi Lv - MSFT 32,016 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How Do I Hide/Show HTML Buttons using JavaScript

Please I have two buttons on my forms, the first is to Process while the Second is to Submit. I want the Submit Button (Second button) to be hidden at Form load. I want the Process Button (First button) to be visible at Form load. When the Process…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,202 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
881 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,299 questions
asked 2023-07-18T17:45:30.1033333+00:00
abiodunajai 371 Reputation points
accepted 2023-07-18T22:03:01.4566667+00:00
abiodunajai 371 Reputation points
1 answer

Guidance Needed: Connecting an On-Premises SQL Database to a SharePoint Online Column via Azure Web App Hosting WCF Service

Hello, I'm working on a project that involves connecting an on-premises SQL Database table to a SharePoint Online lookup column. As a part of the process, I've successfully set up an Azure Web App to host a WCF Service, which is connected to the database…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,412 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,285 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,790 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,944 questions
asked 2023-07-16T22:39:14.6433333+00:00
Mohammed El Saka 0 Reputation points
commented 2023-07-18T18:26:17.53+00:00
ajkuma 22,521 Reputation points Microsoft Employee