3,254 questions with ASP.NET tags

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

Trying to understand ASP.NET 4.8 useability with visual studio 2022

Hello, I am a hobbyist who is still using visual web developer 2008 to create .aspx forms for my simple websites. My backend language of choice is VB. I realize that this approach is old school, but has been working for me. I am better with HTML, CSS,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-02-26T18:29:12.9766667+00:00
jeff from Baltimore 20 Reputation points
commented 2024-04-20T20:43:37.2666667+00:00
Albert Kallal 4,651 Reputation points
1 answer

Blazor Title

Hello, I have a Blazor 8.0 project that has been giving me trouble when it comes to Title. I have a <PageTitle> tag on every page but it remains the Home no matter on which page I am redirected. Is there a solution for this problem? Thank you

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 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,390 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-19T09:30:14.7833333+00:00
Kuler Master 246 Reputation points
commented 2024-04-20T15:08:46.87+00:00
Bruce (SqlWork.com) 56,021 Reputation points
13 answers One of the answers was accepted by the question author.

Export Entire User Input Form to PDF in C#

I have a form that captures general user information like FirstName, LastName etc. When user is done entering all information and clicks on the button Button1; I need to export the entire form to PDF. Is there a way to do it? First Name: …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2022-02-14T15:59:15.65+00:00
Malam Malam 121 Reputation points
commented 2024-04-20T04:19:34.15+00:00
peter floyd 0 Reputation points
1 answer

Como posso baixar software da Microsoft de forma segura e confiável?

Explore fontes confiáveis para downloads seguros de software e garanta uma experiência tranquila com nosso site, oferecendo opções de baixar sem complicações!

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-18T15:56:03.63+00:00
crackeialivre 0 Reputation points
commented 2024-04-19T01:33:12.3766667+00:00
Lan Huang-MSFT 25,556 Reputation points Microsoft Vendor
1 answer

Versioned Artifacts for .NET Framework and .NET Core application(s)

Hi Microsoft, I am trying to create versioned artifacts for dotnet applications (.NET Framework & .NET Core) using msbuild and dotnet CLI commands. I ran it for msbuild while implementing CI/CD pipeline using GitHub Actions following Microsoft's…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-17T17:41:02.4466667+00:00
Arjun Goel 0 Reputation points
answered 2024-04-18T15:57:12.3+00:00
Bruce (SqlWork.com) 56,021 Reputation points
2 answers One of the answers was accepted by the question author.

How to mitigates Cross-Site Scripting (XSS) Attacks using msal-browser and msal-angular on production?

Implementing a login solution using the Microsoft Identity Provider with OpenID Connect (OIDC). Is it safe to use the msal-browser and msal-angular libraries in an Angular application on production? How can Cross-Site Scripting (XSS) Attacks be…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,374 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2023-12-20T14:46:41.1133333+00:00
Khajo Elias 20 Reputation points
answered 2024-04-17T22:42:51.8566667+00:00
Bruce (SqlWork.com) 56,021 Reputation points
1 answer One of the answers was accepted by the question author.

Download captured HTML Div as PDF and also send as PDF attachment to email

I want to achieve 2 things: Capture HTML, convert to Image and download as PDF Send the captured and converted HTML div as PDF attachment to email When I tried capturing the entire div and convert into image and download as PDF but it appears the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,374 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-16T22:16:51.26+00:00
Donald Symmons 2,856 Reputation points
accepted 2024-04-17T20:39:59.4033333+00:00
Donald Symmons 2,856 Reputation points
3 answers One of the answers was accepted by the question author.

what is the best way to store documents in asp.net application

I am developing asp.net application. i want to store documents some where in the file server folder or in the database. if i use binary option in sql server table for storing the documents, Is it good way to manage file in SQL server..? or shall i use…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,713 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,247 questions
asked 2024-04-15T12:28:39.9233333+00:00
Gani_tpt 1,506 Reputation points
accepted 2024-04-17T14:49:59.68+00:00
Gani_tpt 1,506 Reputation points
1 answer One of the answers was accepted by the question author.

C# ASP.NET MVC: develop app with running tasks and ASP.NET MVC web UI to control it

There's a url from which I need to run api get data in JSON format and store to MS-Sql Server. This project will run mostly on server(s). We also need an application to provide an interface so that whenever needed user can select which data to be stored…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,247 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.
296 questions
asked 2024-04-13T10:07:08.52+00:00
RASHMI GUPTA 20 Reputation points
accepted 2024-04-16T07:21:19.3+00:00
RASHMI GUPTA 20 Reputation points
0 answers

.Net 6 Ubuntu jammy 22.04 base image upgrade. Getting GSSAPI error

We are planning to upgrade our .Net core MVC application from .Net 6 to .Net 8 version. To prepare for that upgrade we first upgraded from ubuntu 20.04 to ubuntu 22.04. This is our base image in the Docker file and the following line updates our package…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-15T19:25:17.3266667+00:00
Saravanakumar Balachandran 40 Reputation points
1 answer One of the answers was accepted by the question author.

How to upload multiple documents and view it in viewer from Gridview using ASP.NET in C#

I am developing ASP.NET application which is end user want to upload multiple documents from the page. My problem is, i am already developing software like uploading single document. But, uploading multiple document haven't done so far. Also, after…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,247 questions
asked 2024-04-13T11:59:46.5366667+00:00
Gani_tpt 1,506 Reputation points
accepted 2024-04-15T12:20:06.4966667+00:00
Gani_tpt 1,506 Reputation points
2 answers

How to convert Wordpress website to ASP.net web form?? is it possible??

We don't have the source code for the WordPress website. We got the code from the inspect-->view page source method. We just pasted the code in Visual studio and it's working but the problem is we were unable to separate the CSS and script file. As…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,606 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,166 questions
asked 2023-04-25T07:18:03.89+00:00
Anitha Sivakumar 0 Reputation points
edited a comment 2024-04-13T16:15:42.64+00:00
Arslan Shabir 0 Reputation points
2 answers One of the answers was accepted by the question author.

click gridview to open new tab with query string

Hello I have two textbox From textbox1 and To Textbox2 This is sample sql data User will pass from date and to date using textbox1 and textbox2 based on that data will be showing in gridview for example i pass textbox1 as 01-APR-2023 and Textbox2 as…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-04T15:08:25.84+00:00
RAVI 896 Reputation points
answered 2024-04-13T07:22:20.0033333+00:00
RAVI 896 Reputation points
2 answers One of the answers was accepted by the question author.

How to change asp calender display language

How can i change the display language for the asp calender to english? I try to check my VS 2022 language pack is only using english. Then my edge browser also is in english but the asp calender still display chinese. Including the date and time in…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,374 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-07T06:03:37.7133333+00:00
kf 20 Reputation points
accepted 2024-04-13T01:11:25.61+00:00
kf 20 Reputation points
0 answers

Owin openidconnect SignOut sending id_token_hint without active session

Hey!, I've a solution integrating c# Microsoft.Owin.Security.OpenIdConnect last version (4.2.2), .net Framework 4.6.1 (mvc project) and I've a question. My solution closes correctly openid on keykloak when I've a session active, the problem is that I…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,247 questions
asked 2024-04-12T12:29:43.7933333+00:00
Alberto 0 Reputation points
edited the question 2024-04-12T13:05:25.6+00:00
Alberto 0 Reputation points
3 answers One of the answers was accepted by the question author.

Cannot load file or assembly 'System.Runtime'

I have an Asp.Net 4.7 WebForms legacy application written in vb.net. To add Azure B2C authentication, I add OWIN middleware NuGet packages like this: Install-Package Microsoft.Owin.Security.OpenIdConnect Install-Package Microsoft.Owin.Security.Cookies …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,473 questions
asked 2022-06-24T10:24:16.31+00:00
Dmitriy Reznik 236 Reputation points
edited an answer 2024-04-12T08:38:23.0833333+00:00
DHARMARAJAN Jayamanickam 0 Reputation points
3 answers

Which framework will support for next 20 years?

Hi experts! can you describe the difference between Blazor vs Razor. Which one is better for long term enterprise level application? How long Blazor will support? what the future of Blazor for enterprise level projects? Please mentions anything…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 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,390 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 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,247 questions
asked 2023-11-01T17:52:25.7933333+00:00
Engr. Mozammal Hossain 5 Reputation points
commented 2024-04-12T06:51:36.0733333+00:00
Teh Kok How 0 Reputation points
0 answers

.NET framework 4.7.2 assembly loading with BuildManager

Hi, My .net project uses a skeleton library that calls BuildManager.GetReferencedAssemblies in .NET framework 4.7.2 to get assemblies in order to initialize modules to start the application.  ⚠️It was observed that the function returned an AssemblySet…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-11T07:09:39.3666667+00:00
Nam Nguyen 0 Reputation points
commented 2024-04-12T05:38:04.41+00:00
Lan Huang-MSFT 25,556 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Simple Graph Chart Required For Asp.net c# MS SQL

Hello This is my table data /****** Object: Table [dbo].[Table_2] Script Date: 03/28/2024 11:06:28 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Table_2]( [ID] [int] IDENTITY(1,1) NOT NULL, [JAN] [float]…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-03-28T05:39:53.7333333+00:00
RAVI 896 Reputation points
accepted 2024-04-11T11:38:54.9233333+00:00
RAVI 896 Reputation points
1 answer One of the answers was accepted by the question author.

remove  from textbox

Hello In textbox user enter something like this ABFREE on insert sql query from C# i have to remove this special charater  I already used trim but not working cmd1.Parameters.Add(new SqlParameter("@CodeName",…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
asked 2024-04-10T06:40:49.22+00:00
RAVI 896 Reputation points
accepted 2024-04-11T11:37:14.51+00:00
RAVI 896 Reputation points