3,256 questions with ASP.NET tags

Sort by: Updated
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,256 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,256 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
0 answers

Error creating an Asp.Net MVC project with Microsoft Identity

Using VS 2022, I created a sample Asp.Net MVC project with Microsoft Identity (.net 4.8) and toward the end of the setup it wanted to configure the Microsoft identity platform. This step fails with the following error message below: Errordotnet tool…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
614 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 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,251 questions
asked 2022-01-13T17:28:43.613+00:00
moondaddy 911 Reputation points
commented 2024-04-11T10:56:12.7533333+00:00
Martin Bach 0 Reputation points
1 answer One of the answers was accepted by the question author.

show label data based on gridview data

Hello I have girdivew1 in that i have this data forexample And i have one dropdownlist and one label if i select from dropdownlist MANGO it has to in label as 10 if i select from dropdownlist APPLE it has to in label as 4 how to do so

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-04-04T05:37:32.4866667+00:00
RAVI 896 Reputation points
accepted 2024-04-10T07:46:05.41+00:00
RAVI 896 Reputation points
0 answers

unhandled exception script

Traceback (most recent call last): File "app.py", line 40, in <module> File "database_manager.py", line 19, in load_data_to_memory File "encrypt_decrypt.py", line 11, in decrypt File…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,377 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-04-10T06:37:17.25+00:00
Bibhu Bhai 0 Reputation points
3 answers One of the answers was accepted by the question author.

Visual Studio 2022 considering Desktop application as ASP.Net & generating errors

I have developed a desktop application using Visual Studio 2022. I then developed a web application ASP.net with Visual Studio 2022. Now, whenever I launch the desktop application, VS considers it an ASP.net application, and is generating errors by the…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,829 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 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,608 questions
asked 2024-04-02T23:56:19.5466667+00:00
Simon 286 Reputation points
accepted 2024-04-09T17:41:01.4533333+00:00
Simon 286 Reputation points
2 answers One of the answers was accepted by the question author.

Setting Gridview color and font from database value

I am trying to set color in my gridview grid lines and also set font in my gridview from a database value. I tried a workaround is to do this by using the GridView's RowDataBound event but the color value from database did not apply in the gridview. At…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,377 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-04-07T20:50:54.3466667+00:00
Donald Symmons 2,856 Reputation points
accepted 2024-04-08T07:47:40.7466667+00:00
Donald Symmons 2,856 Reputation points
1 answer

How to save session id and validate it with another session id when user log in to the application from new browser

Hi Support, I want to save the UserId and SessionID. When the user logs into the application with the same URL in another browser then I need to validate that the SessionID is not the same when logging into the application in another browser. I tried…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-29T08:17:36.3533333+00:00
Tushar Gupta 1 Reputation point
commented 2024-04-06T00:44:49.38+00:00
SurferOnWww 1,911 Reputation points
4 answers

Is it true that .aspx (WebForms) is old technology and will be absent in all future asp.net versions?

I wonder that people say that WebForms is old/legacy/outdated technology, and that everyone should create MVC/.Core projects, which have no .aspx pages. Is it true that .aspx technology (WebForms) is not developed any more? I like visual design in…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2021-10-22T17:03:31.903+00:00
Ivan 1 Reputation point
edited a comment 2024-04-05T17:09:21.88+00:00
d1Encumnelendtn d1Encumnelendtn 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to remove html tags and line break plain text

I wish to re format the email html page text below to a plain text style in a legible presentation with line breaks where breaks are present. The regularExpression example i am following for simplification, does not seem to work? ```Note, i am…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-12T14:25:43.47+00:00
peter liles 556 Reputation points
accepted 2024-04-05T13:58:42.1733333+00:00
peter liles 556 Reputation points
1 answer One of the answers was accepted by the question author.

How to send all listview databound data to itemcommand event

I would like to retrieve all listview bound data in code behind when i click a button. I have tried itemcommand event while using select command although i only able to retrieve the control bound data for this event. whereas i could do with retrieving…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-23T13:34:22.6533333+00:00
peter liles 556 Reputation points
accepted 2024-04-05T13:56:08.4033333+00:00
peter liles 556 Reputation points
2 answers One of the answers was accepted by the question author.

Change Label Data In to QR code For Free

Hello This is my gridview data <asp:TemplateField HeaderText="NAME"> <ItemTemplate> <asp:Label ID="PN" runat="server" ForeColor="Black" Text='<%# Bind("process_name")…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-04-01T14:50:13.3766667+00:00
RAVI 896 Reputation points
accepted 2024-04-04T08:47:18.96+00:00
RAVI 896 Reputation points
3 answers

in asp.net c# Process.start not working after publish in IIS local host

code is System.Diagnostics.Process.Start(@"\web1\"); Error is Exception Details: System.ComponentModel.Win32Exception: Access is denied Stack Trace: [Win32Exception (0x80004005): Access is denied] …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2021-06-13T12:48:21.633+00:00
partha brave 1 Reputation point
answered 2024-04-02T17:06:48.7866667+00:00
Paulo Viana 0 Reputation points
0 answers

Unclear exception captured

Hi, The exception captured is mentioning the error on 1st line of the event below. If I remark 1st line of the event, it will further mention the other parts that is after such "if part". I do not know why the exception is making the issue…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 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,251 questions
asked 2024-03-25T03:01:18.4666667+00:00
Peter_1985 2,506 Reputation points
commented 2024-04-02T10:24:15.45+00:00
Damarcus Jones 5 Reputation points
1 answer

Azure B2C Authentication with OWIN for ASP.NET MVC Application - Login is not prompting for credential after successful Logout

We have an application that is built using ASP.NET MVC. We have implemented Azure B2C authentication with OWIN (Open Id Connect) framework. Login functionality is working fine for the first time however, we have another requirement that the application…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,640 questions
asked 2024-03-13T21:58:55.2566667+00:00
Basu, Sayantan 0 Reputation points
commented 2024-04-02T04:59:38.3666667+00:00
Shweta Mathur 27,456 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

[Question] What is the root cause of Event Code: 3005 HttpException Request format is unrecognized.

I would like to learn and understand more about the error (HTTP Error 503. The service is unavailable) that I am getting when attempting to access the URL. When I checked my IIS, the application was in a Stop state. Did it crash or something? See below…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-29T05:34:17.5133333+00:00
homerm 80 Reputation points
commented 2024-04-02T00:27:24.7233333+00:00
homerm 80 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.NET - xmlformatter

I have software that was developed for me. It is ASP.NET which I have no experience with thus the development. This was delivered a long while ago. I need to make changes and am struggling. This is a webservice with an api that you can call externally…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-27T19:42:09.1466667+00:00
Darryl Hoar 141 Reputation points
accepted 2024-04-01T12:48:30.2666667+00:00
Darryl Hoar 141 Reputation points
2 answers One of the answers was accepted by the question author.

show financial year from date and to date

Hello I have two requriements 1) Current financial year Is Apr-2023 TO Mar-2024 In asp.net dropdownlist it has to show previous 3 years financial format as below for example on pageload Apr-2023 TO Mar-2024 Apr-2022 TO Mar-2023 Apr-2021 TO Mar-2022 …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-28T09:44:11.2633333+00:00
RAVI 896 Reputation points
commented 2024-04-01T07:09:50.6566667+00:00
Lan Huang-MSFT 25,556 Reputation points Microsoft Vendor
2 answers

How to send complex objects from one Razor page to another

I am working on an ASP.NET Core 6.0 Identity project. I want to pass an ApplicationUser object to the LoginWith2fs.cshtml page from the Login.cshtml page. The following is my code: Code in Login page: return RedirectToPage("./LoginWith2fa",…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 questions
asked 2024-03-28T21:01:48.6666667+00:00
Sherpa 161 Reputation points
edited an answer 2024-03-29T06:22:35.29+00:00
Brando Zhang-MSFT 2,956 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Send email form Gmail account using C#

When sending an email using the followng code, I'm getting an error, I'm asking for your help. Authentication Required. Learn more at string adSoyad = txtAdSoyad.Text; string konu = "Koçaslanlar Web Konu başlığı"; string epostaAdresi =…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,256 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,251 questions
asked 2023-02-03T11:30:34.83+00:00
kadir koçaslan 65 Reputation points
commented 2024-03-29T02:30:23.35+00:00
Andres Sosa 0 Reputation points