3,389 questions with ASP.NET tags

Sort by: Updated
0 answers

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,389 questions
asked 2024-06-30T06:28:31.5066667+00:00
RAVI 976 Reputation points
edited the question 2024-06-30T15:40:19.4033333+00:00
RAVI 976 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,389 questions
asked 2024-06-26T18:08:46.73+00:00
RAVI 976 Reputation points
accepted 2024-06-29T05:35:53.3433333+00:00
RAVI 976 Reputation points
3 answers

Cancellation Token signal not being received by the application code

looks like there is a limitation as it can be read here https://github.com/dotnet/aspnetcore/issues/20229#issuecomment-623289191 https://learn.microsoft.com/en-us/answers/questions/391343/cancellationtoken-in-controller-endpoint-hosted-in but is there…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,555 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.
316 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2024-06-20T19:01:11.7333333+00:00
Michel Fornaris 0 Reputation points
answered 2024-06-27T22:00:06.9433333+00:00
Bruce (SqlWork.com) 59,806 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,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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.
316 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) 59,806 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,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,389 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,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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) 59,806 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,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,247 questions
asked 2024-06-21T09:00:34.67+00:00
Viktor Banai 0 Reputation points
answered 2024-06-25T07:49:51.46+00:00
Viktor Banai 0 Reputation points
1 answer

when call user control from from asp.net page it call only csharp not call jquery or java script function?

I work on asp.net project I face issue when call web user control from asp.net page it calling success but script JavaScript or jQuery not called so why scripts not called only from debug page load user control only called on index.asp.net page so…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
asked 2024-06-19T22:28:24.43+00:00
ahmed salah 3,216 Reputation points
commented 2024-06-25T02:58:50.72+00:00
Lan Huang-MSFT 28,201 Reputation points Microsoft Vendor
1 answer

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,389 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,555 questions
asked 2024-06-18T18:03:07.49+00:00
Gani_tpt 2,126 Reputation points
commented 2024-06-25T02:58:10.5066667+00:00
Lan Huang-MSFT 28,201 Reputation points Microsoft Vendor
2 answers

Calling an Action to Render View located in a Different Top Level Folder - MVC 5

I use something like this if controllers and views are in the same top level folder. <li>@Html.ActionLink("Classroom", "Index", "MyViewFolder")</li> How do achieve the same if controllers and views are in…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
asked 2024-06-18T14:06:09.7233333+00:00
Malam Malam 226 Reputation points
commented 2024-06-25T02:57:36.2533333+00:00
Lan Huang-MSFT 28,201 Reputation points Microsoft Vendor
2 answers

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,389 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,555 questions
asked 2024-06-23T15:57:21.8333333+00:00
Gani_tpt 2,126 Reputation points
commented 2024-06-25T02:01:55.1433333+00:00
Lan Huang-MSFT 28,201 Reputation points Microsoft Vendor
1 answer

Asp.Net Machine Account

Hello everyone. ASP.NET Machine Account. take over my computer. Every time I open an application, it asks for a password and I don't know what the password is. I have only local account. I need help...

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
asked 2023-03-06T14:57:52.3466667+00:00
Erol Ç 0 Reputation points
commented 2024-06-24T07:20:30.9433333+00:00
EA 17 0 Reputation points
2 answers

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,389 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,555 questions
asked 2024-06-22T12:51:39.3366667+00:00
Gani_tpt 2,126 Reputation points
answered 2024-06-24T05:34:55.3633333+00:00
Lan Huang-MSFT 28,201 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Passing another parameter from Index.cshtml to ActionResult Index in StudentsControler.cs

I am able to pass a Search string and a Sort string parameter from Index.cshtml to ActionResult Index in StudentsControler.cs. I have added 3 button and need to pass either True if button1 or False if button2 or NULL if button3. It is much like Search…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
asked 2024-06-22T05:07:37.38+00:00
Hursh 191 Reputation points
accepted 2024-06-23T20:12:17.3733333+00:00
Hursh 191 Reputation points
1 answer One of the answers was accepted by the question author.

Filter Records in ASP.NET MVC

The following code searches students by students name and it works fine. I want to add 3 radio button (Enrolled, Not Enrolled, All Students) and filter records based on the radio button selection. How do I do it? Also, is there a way to put these…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,325 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 questions
asked 2024-06-20T05:14:05.8133333+00:00
Hursh 191 Reputation points
accepted 2024-06-23T20:11:42.1366667+00:00
Hursh 191 Reputation points
4 answers One of the answers was accepted by the question author.

How to design patterns from scratch using C# asp.net MVC

I am new to building design pattern using factory design pattern, its C# asp.net mvc application which i am going developing my new web application, please can you help me how to start from scratch. I have worked one design pattern application which is…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,555 questions
asked 2024-04-19T14:27:10.4633333+00:00
coder rock 276 Reputation points
accepted 2024-06-21T18:41:50.0666667+00:00
coder rock 276 Reputation points
3 answers One of the answers was accepted by the question author.

How to achieve key/value pair max accurately with simple string using c#

I have simple string value line which contain below content. logo Name raj mobile 9038874774 address 6-98 india bill auto generated Now I am trying key/Value pair to achieve my detail and the pair value output expecting like below [0] Key: Name …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,555 questions
asked 2023-11-16T21:05:40.3933333+00:00
coder rock 276 Reputation points
accepted 2024-06-21T18:38:51.3+00:00
coder rock 276 Reputation points
1 answer One of the answers was accepted by the question author.

How to achieve Named Entity Recognition (NER) using C# asp.net

When we read a text, we naturally recognize named entities like people, values, locations, and so on. For example, in the sentence “Mark Zuckerberg is one of the founders of Facebook, a company from the United States” we can identify three types of…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,555 questions
asked 2024-06-18T09:45:00.54+00:00
coder rock 276 Reputation points
accepted 2024-06-21T18:37:17.86+00:00
coder rock 276 Reputation points
1 answer

Save All GridView PageIndex Rows showing Duplicate rows in Database

Please help. How to Browse all 3 GridView Pages above and INSERT all rows into DB on Save Button click. Using below code is showing Duplicate row on last gridview page which is having only one record in its page 3. Thanks public void SaveButton(int…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,389 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,555 questions
asked 2024-06-18T15:39:35.17+00:00
Imoleayo Emmanuel 20 Reputation points
commented 2024-06-21T09:57:46.4333333+00:00
QiYou-MSFT 4,311 Reputation points Microsoft Vendor