3,393 questions with ASP.NET tags

Sort by: Updated
0 answers

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,393 questions
asked 2024-07-01T13:28:54.6333333+00:00
RAVI 996 Reputation points
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,393 questions
asked 2024-07-01T04:29:40.17+00:00
RAVI 996 Reputation points
accepted 2024-07-01T09:33:50.44+00:00
RAVI 996 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,393 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,551 questions
asked 2024-06-22T12:51:39.3366667+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:57:31.9433333+00:00
Gani_tpt 2,092 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,393 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,551 questions
asked 2024-06-23T15:57:21.8333333+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:56:52.0666667+00:00
Gani_tpt 2,092 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,393 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,551 questions
asked 2024-06-18T18:03:07.49+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-07-01T08:55:58.7233333+00:00
Gani_tpt 2,092 Reputation points
0 answers

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,393 questions
asked 2024-07-01T08:40:00.82+00:00
PadmaPrasad H M 0 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,393 questions
asked 2024-07-01T04:23:36.8166667+00:00
RAVI 996 Reputation points
accepted 2024-07-01T08:16:28.89+00:00
RAVI 996 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,393 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
920 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,276 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,393 questions
asked 2024-06-30T06:28:31.5066667+00:00
RAVI 996 Reputation points
accepted 2024-07-01T03:58:23.9433333+00:00
RAVI 996 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,393 questions
asked 2024-06-26T18:08:46.73+00:00
RAVI 996 Reputation points
accepted 2024-06-29T05:35:53.3433333+00:00
RAVI 996 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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,551 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.
313 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,251 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,966 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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.
313 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,966 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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,393 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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,966 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,251 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,393 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,276 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,393 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,276 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,393 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 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,329 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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