3,396 questions with ASP.NET tags

Sort by: Updated
4 answers

could not load file or assembly'Microsoft.data.sqlclient'

how to solve this error

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,571 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,820 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.
13,194 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,569 questions
asked 2023-09-12T17:01:47.29+00:00
Niyati Savaliya 0 Reputation points
commented 2024-07-04T09:27:26.8866667+00:00
Steven Xi 6 Reputation points
0 answers

webservice service System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)

I am currently encountering an issue with a web service. The server-side field MinimumOrderAmount is of type double, and in my receiving program, I have defined it as decimal. When the server sends a value of 9999999999 for MinimumOrderAmount, my program…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,571 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,569 questions
asked 2024-07-04T03:09:31.28+00:00
Xu Li 0 Reputation points
commented 2024-07-04T08:54:28.3166667+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
1 answer

Manage Bluetooth with an ASP.NET app

good evening, I find myself creating a web application with asp.net in windows 11 also targeting previous versions, for managing bluetooth. I tried to integrate Windows.Device.Bluetooth with the VS22 package, but I get error NETSDK1130. I would like to…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,569 questions
asked 2024-07-03T10:06:53.05+00:00
Eric Marziali 0 Reputation points
edited a comment 2024-07-04T07:28:56.6766667+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
0 answers

How to run a docker compose file from .Net Aspire?

I have multiple services that require a Docker Compose file to be run before starting. I have added a .NET Aspire application to manage all the services, but now I cannot run the Docker Compose file from the .NET Aspire application. Is there any way to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,341 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-06-04T02:53:47.74+00:00
Md Akhtar Uzzaman 5 Reputation points
commented 2024-07-03T16:56:52.93+00:00
Maly Lemire 0 Reputation points
1 answer One of the answers was accepted by the question author.

carry forward total of each column

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

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-07-01T13:28:54.6333333+00:00
RAVI 1,056 Reputation points
accepted 2024-07-03T11:27:31.0933333+00:00
RAVI 1,056 Reputation points
2 answers One of the answers was accepted by the question author.

Timeout Expired when multiple users login to the asp.net applications

I am developing asp.net application and hosted in the IIS server. when multiple user (more than 300 users+) accessing the applications at very first time all the users getting below error. "timeout expired. The timeout period elapsed prior to…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-07-01T13:29:08.3033333+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-03T09:17:16.15+00:00
BeUnique 2,112 Reputation points
1 answer

Issue with an earlier well functioning AppService

Hello Team, I would like to ask your help in a technical issue. I am creating an AI chatbot flaskbased application , where using mostly open source libraries. For semantic search and ranking I am using FlashRank library…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,341 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,266 questions
asked 2024-06-21T09:00:34.67+00:00
Viktor Banai 0 Reputation points
commented 2024-07-02T07:45:53.9933333+00:00
JasonPan - MSFT 4,796 Reputation points Microsoft Vendor
1 answer

Additional empty page getting adding while generating the word documents.

I am actually trying to generate the word document as a resume using the interop library in an .net app. I am currently using bookmark for the formatting of the details in the word document. Once after the generation an additional empty page is adding at…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-07-01T08:40:00.82+00:00
PadmaPrasad H M 0 Reputation points
commented 2024-07-02T03:07:14.4933333+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

only parentheses data not filtering

Hello This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-07-01T04:29:40.17+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T09:33:50.44+00:00
RAVI 1,056 Reputation points
2 answers One of the answers was accepted by the question author.

How to create bootstrap Tab Menu in top of the heading on ASP.NET Home page

I have designed login page for my asp.net application. when user logging the application, in the home page, user want to see the settings of their menu's like below. On the top of the heading in right corner, user want to see the settings image. when…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,569 questions
asked 2024-06-22T12:51:39.3366667+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:57:31.9433333+00:00
BeUnique 2,112 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Mail Account Name not displaying properly while sending mail from ASP.NET Application

I am developing ASP.NET web application. In that, i am sending mail to end user from my SQL Mail profile. i have the below mail profile and account name and mail id. SQL Mail Account Name : IND GROUP MAIL E-mail ID : indteamsupport@jeevesteam.com We are…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,569 questions
asked 2024-06-23T15:57:21.8333333+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:56:52.0666667+00:00
BeUnique 2,112 Reputation points
1 answer One of the answers was accepted by the question author.

How to export viewstate data to pdf in ASP.NET C#

I am developing asp.net application and i already done from viewstate to excel (not from gridview to excel). But, i am struggling to export pdf from viewstate. my viewstate columns is nearly having 20 to 25 columns. below is my code and correct me where…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,569 questions
asked 2024-06-18T18:03:07.49+00:00
BeUnique 2,112 Reputation points
accepted 2024-07-01T08:55:58.7233333+00:00
BeUnique 2,112 Reputation points
1 answer One of the answers was accepted by the question author.

export to excel with header data and column alignment should be perfect and center

This is my aspx page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head runat="server"> <title>demo</title> <script…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-07-01T04:23:36.8166667+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T08:16:28.89+00:00
RAVI 1,056 Reputation points
0 answers

How to create html inside jQuery function dynamic instead of using html controls static ?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will create all html at runtime within function so exactly…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
923 questions
asked 2024-06-30T23:28:19.83+00:00
ahmed salah 3,216 Reputation points
commented 2024-07-01T08:00:40.8333333+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

how to add header for each column

Hello This Is My Aspx Page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="A.aspx.cs" Inherits="Default3" %> <html> <head…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-06-30T06:28:31.5066667+00:00
RAVI 1,056 Reputation points
accepted 2024-07-01T03:58:23.9433333+00:00
RAVI 1,056 Reputation points
1 answer One of the answers was accepted by the question author.

show only filter record data in asp.net

Hello This is my MS SQl Data SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Table1]( [ID] [int] IDENTITY(1,1) NOT NULL, [F1] [varchar](50) NULL, [F2] [varchar](50) NULL, [F3] [varchar](50) NULL, [F4]…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-06-26T18:08:46.73+00:00
RAVI 1,056 Reputation points
accepted 2024-06-29T05:35:53.3433333+00:00
RAVI 1,056 Reputation points
1 answer

Classic ASP support clarification

I am needing to get some verification for my job on whether classic asp is still being supported by Microsoft. Also, is their a way to find the end of life date for classic asp? I will need to provide some form of proof online. I am asking because when I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,341 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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.
314 questions
ASP.NET Core Training
ASP.NET Core Training
ASP.NET Core: A set of technologies in the .NET Framework for building web applications and XML web services.Training: Instruction to develop new skills.
16 questions
asked 2024-06-25T16:47:25.2166667+00:00
Derrick Pine 0 Reputation points
edited an answer 2024-06-26T18:23:50.7833333+00:00
Bruce (SqlWork.com) 60,206 Reputation points
1 answer

Could not find 'aspnetcorev2_inprocess.dll'. Exception message: Error: An assembly specified in the application dependencies manifest (apexlink-qms.deps.json) was not found: package: 'Microsoft.EntityFrameworkCore.Design', version: '3.1.4' path:

Hi there, I have a net core app service that has been running fine until yesterday. I found this error in the Application Event Logs: I have tried several fixes that seems to work for others, but so far no luck to make the App work again. Would anyone…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,341 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2023-08-03T09:41:51.5733333+00:00
Apexlink Apexlink 0 Reputation points
commented 2024-06-26T13:07:47.2066667+00:00
Caiqui Viera 0 Reputation points
3 answers

MVC based system modeling and architecture

hey, I'm working on a modeling project for my software engineering class. the system I'm trying to design is an e-commerce app that is based on MVC pattern. now, does the fact I'm using MVC mean that every request goes from View to Controller…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2022-05-09T15:21:30.46+00:00
ROG 21 Reputation points
answered 2024-06-26T09:56:02.46+00:00
Madhusudhan 0 Reputation points
3 answers

validate antiforgery token genereted by aps.net mvc framework and used in back for front (BFF) api .net core when ajax called

Hi, there, I would like to validate an "antiforgery token" generated on an asp.net mvc framework application hosted on IIS in a BFF .net core API (back for front) hosted on Kestrel Linux with the ValidateAntiForgeryToken attribute. When I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,341 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2024-06-21T11:44:44.45+00:00
Pierre Guillaume 0 Reputation points
commented 2024-06-25T16:12:00.7533333+00:00
Bruce (SqlWork.com) 60,206 Reputation points