3,393 questions with ASP.NET tags

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

ASP.NET MVC - Implementing Search Functionality

I've implemented a search to filter out records by LastName but it doesn't work; basically it does nothing. I have Googled and tried using several code sample but not been able to use them since I get syntax errors. How do I get the search to…

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-06T04:48:06.3933333+00:00
Malam Malam 226 Reputation points
commented 2024-06-09T04:15:55.97+00:00
Malam Malam 226 Reputation points
3 answers One of the answers was accepted by the question author.

PDF File not opening in modal popup in asp.net using embed

I am unable to open the pdf file which is located in file server path through modal popup. pls. find below code. <script type="text/javascript"…

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,554 questions
asked 2024-06-06T13:53:41.8333333+00:00
Gani_tpt 2,092 Reputation points
commented 2024-06-08T16:55:11.3366667+00:00
Gani_tpt 2,092 Reputation points
0 answers

How to update a List in a View und refresh the View with the updated List in ASP.NET?

In my Controller I read data from a Excelfile and compare this data with data from the database see: `[HttpPost]` public ActionResult UploadWöchentlichesUpdate(IFormFile excelFile) { if (excelFile != null &&…

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-07T10:51:09.9333333+00:00
Christopher H 0 Reputation points
edited a comment 2024-06-07T15:18:55.3466667+00:00
AgaveJoe 27,421 Reputation points
1 answer

My.NET 4.7 MVC 5 project website displays its file listing, but it should show the home page of the project

Hi, I am not sure what could cause my website to display the projects file listing instead of the intended home page? During the upgrade, here are some packages I had to install : PM> NuGet\Install-Package Microsoft.AspNet.Mvc -Version 5.3.0…

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-06T23:26:12.68+00:00
iqworks Information Quality Works 276 Reputation points
answered 2024-06-07T06:20:14.5166667+00:00
QiYou-MSFT 4,311 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Loader Page

Respected All, please see below image i want to put loading page before Mvc Actionresult return view. so can u please suggest me how to do it ??

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-06T11:40:54.26+00:00
MNH ASP 101 Reputation points
commented 2024-06-07T03:01:09.3833333+00:00
MNH ASP 101 Reputation points
2 answers One of the answers was accepted by the question author.

How to stop just one web application running under "Default Web Site" in IIS 10?

I have IIS 10 running several web applications under "Default Web Site" I want to just bring down one application. How do i do that? This is an asp.net web forms web application running .net framework 4.8 Note: I am not wanting to shut down…

Internet Information Services
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-06T14:47:28.0966667+00:00
techthiru 40 Reputation points
accepted 2024-06-06T19:30:27.1833333+00:00
techthiru 40 Reputation points
0 answers

DriveItem AdditionalData Patch method with error in Graph Api

I'm creating an API with ASP.NET Core that accesses a list/drive with the graph api and at some point I need to update an item that was created in the drive library to add an ID (which is a custom column), but I'm getting an invalid request error, can…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,331 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,202 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
asked 2024-06-06T17:08:51.2033333+00:00
Bruno Bispo 0 Reputation points
3 answers One of the answers was accepted by the question author.

REST interface, server for GET,PUT,POST,DELETE

Hello, My goal is to control a Rest Server from a WPF C# desktop app. Get, Push, Pop, Delete should be tested. The server does not require extensive logic, only test data. Later, the customer REST server is connected. How can I achieve this? How should I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,331 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,554 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
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 340 Reputation points
accepted 2024-06-06T16:18:48.6133333+00:00
Noah Aas 340 Reputation points
3 answers One of the answers was accepted by the question author.

How to open pdf file in modal popup in ASP.NET C#

I am developing ASP.NET application. i used gridview to insert, update and delete the data. Also, i am uploading documents in file server path. now, i am uploading all the documents as pdf and in past days i have uploaded document as image. Now and…

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,554 questions
asked 2024-06-04T18:32:27.64+00:00
Gani_tpt 2,092 Reputation points
answered 2024-06-06T14:00:11.34+00:00
AgaveJoe 27,421 Reputation points
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,562 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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,807 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,171 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,554 questions
asked 2023-09-12T17:01:47.29+00:00
Niyati Savaliya 0 Reputation points
commented 2024-06-06T06:15:20.6166667+00:00
Isuru Weerasinghe 0 Reputation points
1 answer One of the answers was accepted by the question author.

Format Column Header - Asp.net MVC

How do I format the column header FirstName to display as "First Name"? <th> @Html.DisplayNameFor(model => model.FirstName) </th>

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-05T13:41:58.05+00:00
Malam Malam 226 Reputation points
commented 2024-06-05T17:26:39.5+00:00
AgaveJoe 27,421 Reputation points
0 answers

https for just one aspx web forms application?

We have a legacy web forms .aspx web application installed under "Default Web Site" is it possible to enable https: for just this web application ? given that there are other web applications deployed under "Default Web Site" All the…

Internet Information Services
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-04T18:54:44.8833333+00:00
THIRUNARAYANAN SOWRIRAJAN 0 Reputation points
commented 2024-06-05T13:19:05.45+00:00
THIRUNARAYANAN SOWRIRAJAN 0 Reputation points
3 answers One of the answers was accepted by the question author.

SQL connection and transaction Idle Time

Hi, I am having a asp.net core application, which opens a sql connection and running commands in a sql transaction. The transaction might take overall 15 minutes to complete, The connection and transaction might be idle as we sleep the current thread for…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,331 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,393 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,171 questions
asked 2024-06-04T16:49:15.8066667+00:00
Santhi Dhanuskodi 205 Reputation points
accepted 2024-06-05T10:26:31.0233333+00:00
Santhi Dhanuskodi 205 Reputation points
2 answers One of the answers was accepted by the question author.

How to make readonly in Gridview textbox calendar controls in Footer Template

I am developing web based application. i used gridview and it contains Footer Template for input entry. almost i done all the functionality. but, for the validation especially for footer template i need help to solve this. how to make readonly gridview…

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,554 questions
asked 2024-05-31T12:18:46.3566667+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-06-05T09:54:05.44+00:00
Gani_tpt 2,092 Reputation points
1 answer

*MVC4.7 and EF EDMX 6 to MVC5.3 and EF? Migration confusion

Hi, I am confused. I have an MVC4 project using EF EDMX 6.0.0.0. I need to upgrade my MVC4 to MVC5.  I understand that because upgrading from MVC4 to MVC5 is different for every project, especially the versions they are upgrading from MVC4 (4.?) to MVC5…

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-01T21:24:29.8166667+00:00
iqworks Information Quality Works 276 Reputation points
edited a comment 2024-06-05T08:57:55.7566667+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 maintain file upload values in session while editing and updating Gridview

I have developed and discussed a lot about the file upload and we were maintaining the upload file in session and data table I used session for time being for gridview footer and emptydata template. i want the same logic have to be implement for…

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,554 questions
asked 2024-06-03T19:51:45.72+00:00
Gani_tpt 2,092 Reputation points
commented 2024-06-05T02:49:10.5966667+00:00
Lan Huang-MSFT 28,276 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Getting error while finding control in Footer Row Gridview

I am getting error while binding data in dropdown in gridview footer template. Pls. help us, how to bind dropdown values inside the gridview footer template. getting below error.

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,554 questions
asked 2024-05-29T13:47:28.71+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-06-05T02:10:45.3633333+00:00
Gani_tpt 2,092 Reputation points
2 answers One of the answers was accepted by the question author.

How to insert new,update, delete existing record in single row of gridview

I am developing ASP.NET application and i am using gridview in that. Here, i am not using any textbox controls outside of the gridview to save the record. everything i want to maintain in same row of the records. for example, when page load, if any…

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,554 questions
asked 2024-05-28T14:36:20.12+00:00
Gani_tpt 2,092 Reputation points
accepted 2024-06-04T19:00:39.56+00:00
Gani_tpt 2,092 Reputation points
1 answer One of the answers was accepted by the question author.

how to show image2 in gridview

Hello This is my aspx page <asp:TemplateField HeaderText="IMAGE1"> <ItemTemplate> <asp:Image ID="Image1" runat="server" /> </ItemTemplate> …

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-05-29T13:35:22.69+00:00
RAVI 996 Reputation points
accepted 2024-06-04T10:37:55.0933333+00:00
RAVI 996 Reputation points
3 answers

How to pass values from a Razor page to an Asp.Net MVC controller

I am working on an Asp.Net Core MVC project. The identity was scaffolded and uses Razor pages. When the user enters the username and password, if they are valid, they will be redirected to an MVC controller where they have to answer a security question.…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,331 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-05-07T02:32:23.82+00:00
Sherpa 221 Reputation points
commented 2024-06-04T07:51:57.7866667+00:00
Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor