3,337 questions with ASP.NET tags

Sort by: Updated
2 answers

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,263 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 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,971 questions
asked 2024-06-04T16:49:15.8066667+00:00
Santhi Dhanuskodi 165 Reputation points
answered 2024-06-04T21:01:55.6+00:00
Erland Sommarskog 102.7K 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,337 questions
asked 2024-06-04T18:54:44.8833333+00:00
THIRUNARAYANAN SOWRIRAJAN 0 Reputation points
commented 2024-06-04T20:50:26.5566667+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
0 answers

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,337 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,431 questions
asked 2024-06-04T18:32:27.64+00:00
Gani_tpt 1,866 Reputation points
edited the question 2024-06-04T19:09:17.9866667+00:00
Gani_tpt 1,866 Reputation points
2 answers

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,337 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,431 questions
asked 2024-05-31T12:18:46.3566667+00:00
Gani_tpt 1,866 Reputation points
accepted 2024-06-04T19:02:17.5266667+00:00
Gani_tpt 1,866 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,337 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,431 questions
asked 2024-05-28T14:36:20.12+00:00
Gani_tpt 1,866 Reputation points
accepted 2024-06-04T19:00:39.56+00:00
Gani_tpt 1,866 Reputation points
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,337 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,431 questions
asked 2024-06-03T19:51:45.72+00:00
Gani_tpt 1,866 Reputation points
accepted 2024-06-04T18:19:34.76+00:00
Gani_tpt 1,866 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,337 questions
asked 2024-05-29T13:35:22.69+00:00
RAVI 956 Reputation points
accepted 2024-06-04T10:37:55.0933333+00:00
RAVI 956 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,263 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-05-07T02:32:23.82+00:00
Sherpa 181 Reputation points
commented 2024-06-04T07:51:57.7866667+00:00
Brando Zhang-MSFT 3,191 Reputation points Microsoft Vendor
0 answers

How to run a docker compose file from .Net Aspire?

I have multiple services that require a Docker Compose file to be run before starting. I have added a .NET Aspire application to manage all the services, but now I cannot run the Docker Compose file from the .NET Aspire application. Is there any way to…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,263 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-06-04T02:53:47.74+00:00
Md Akhtar Uzzaman 0 Reputation points
0 answers

Creating Excel with EPPlus: Set Column Widths in Pixels and Add Logo

Hello Friends; I have a question for you, I want to pull the data according to id and process it with excell, I even want to add a logo but I couldn't do it somehow, the thing is that I actually want to give the size to the columns and add a logo, but…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,263 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,564 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,608 questions
asked 2024-06-03T15:08:17.0233333+00:00
kadir 60 Reputation points
edited the question 2024-06-04T00:57:45.2766667+00:00
Emi Zhang-MSFT 22,716 Reputation points Microsoft Vendor
3 answers

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,263 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 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,431 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.
309 questions
asked 2024-05-23T17:15:44.0466667+00:00
Noah Aas 280 Reputation points
commented 2024-06-04T00:46:38.2333333+00:00
SurferOnWww 2,086 Reputation points
2 answers One of the answers was accepted by the question author.

How to assign value from session upload file into upload posted file again

i am trying to save uploaded file after some big process. i am saving uploaded file in session to retain the file upload data. i.e : uploaded file will be saving into session variable. after saving to session upload file will be cleared. but, the upload…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 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,431 questions
asked 2024-05-31T18:44:51.0666667+00:00
Gani_tpt 1,866 Reputation points
commented 2024-06-03T11:08:11.8466667+00:00
Gani_tpt 1,866 Reputation points
0 answers

Ajax Calendar control not showing properly in Gridview Footer template.

I am not getting full view of Ajax Calendar control in gridview Footer template. The last column date in the date picker, not showing properly. Friday and saturday is hiding and not showing properly. <asp:TextBox ID="txtDOB"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-05-30T07:12:57.6133333+00:00
Gani_tpt 1,866 Reputation points
edited the question 2024-06-03T06:02:53.0933333+00:00
Jack J Jun 24,311 Reputation points Microsoft Vendor
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,337 questions
asked 2024-06-01T21:24:29.8166667+00:00
iqworks Information Quality Works 276 Reputation points
answered 2024-06-03T05:53:07.0166667+00:00
Lan Huang-MSFT 26,996 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to get/read specific word from pdf or image document in ASP.NET Application

I have millions of image or pdf document...I want get some specific word from the uploaded image or pdf document...after getting this, I am going to use these in my project...All this I want in asp.net application and if any third-party tools are using,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 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,431 questions
asked 2024-05-26T03:09:00.3533333+00:00
Gani_tpt 1,866 Reputation points
accepted 2024-06-03T02:06:53.9166667+00:00
Gani_tpt 1,866 Reputation points
1 answer One of the answers was accepted by the question author.

How to maintain Ajax calendar values after postback in Gridview Footer

I am using AJAX control textbox in gridview. Inside the gridview, Footer Template i am using dropdown control and many textboxes. after selecting of Ajax calendar control, if i select dropdown, the ajax value getting cleared. How to maintain the date…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 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,431 questions
asked 2024-05-29T15:22:30.55+00:00
Gani_tpt 1,866 Reputation points
accepted 2024-06-03T02:04:54.6033333+00:00
Gani_tpt 1,866 Reputation points
1 answer

MVC PDF Generator

Hello everyone, friends, I will have a question for you, I am recording in mvc, when users fill the table, it assigns records to the database, there is no problem in this part, but when it comes to reporting, there is a problem, I cannot properly pdf the…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-05-29T06:51:00.2666667+00:00
kadir 60 Reputation points
commented 2024-06-03T01:44:27.7033333+00:00
Lan Huang-MSFT 26,996 Reputation points Microsoft Vendor
2 answers

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,337 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,431 questions
asked 2024-05-29T13:47:28.71+00:00
Gani_tpt 1,866 Reputation points
commented 2024-06-03T01:43:14.9733333+00:00
Lan Huang-MSFT 26,996 Reputation points Microsoft Vendor
3 answers

Upload de arquivos no ASP.NET 4.6.1

Good morning my friends! I'm having a lot of difficulty uploading a 1.5GB file to Asp.Net. I've tried different ways but all without success. I adjusted the web.config like this <httpRuntime targetFramework="4.6.1"…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-05-03T12:47:51.6933333+00:00
Sergio Luiz da Silva 0 Reputation points
answered 2024-05-31T20:00:17.76+00:00
Bruce (SqlWork.com) 58,846 Reputation points
1 answer

when export grid view have Arabic data to pdf format using JQUERY it downloaded but error open pdf failed ?

I work on asp.net app . I face issue when export grid view with data to pdf it downloaded but finally not open grid view have Arabic data when inspect browser to check error i can't found any error I work on asp.net app . I face issue when export grid…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,337 questions
asked 2024-05-24T22:35:24.7333333+00:00
Ahmed Salah 0 Reputation points
commented 2024-05-31T09:09:42.2066667+00:00
Lan Huang-MSFT 26,996 Reputation points Microsoft Vendor