3,396 questions with ASP.NET tags

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

.NET Core 2.1.20+ failing on App Service

Why is .NET Core 2.1.19 the latest version that will run on App Service? .20, .21, .22, .23 all return 502.5 IIS Error. HTTP Error 502.5 - Process Failure Common causes of this issue: The application process failed to start The application…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,268 questions
asked 2020-11-18T16:24:15.807+00:00
A.J. Freda 21 Reputation points
accepted 2020-12-07T20:09:07.627+00:00
A.J. Freda 21 Reputation points
1 answer One of the answers was accepted by the question author.

How to make online website with knowledge of CSS/Javascript/html?

Hello. I know a little of each CSS, JavaScript, and html. How can I make something with these that others can go to via google? Any help is appreciated, any stupid comments are not. Thanks.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-12-03T21:57:11.32+00:00
A N 81 Reputation points
accepted 2020-12-04T21:59:05.56+00:00
A N 81 Reputation points
0 answers

directoryInfo.CreationTime

How do I get the directoryInfo.CreationTime and the Filename in the ListBox (FileList) with Item Text and the Value. I want to display the filename and need the date for something else. private void BindFileNamesToList() { string…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,571 questions
asked 2020-12-02T19:59:07.84+00:00
Qamar, Mo 106 Reputation points
commented 2020-12-04T20:20:05.207+00:00
Malam Malam 226 Reputation points
3 answers One of the answers was accepted by the question author.

Linq to sql class error: must add reference to assembly Syste.data.linq

I created .Net Framework web form app in VS 2019 community. I added linq tosql class (dmbl) using table from AdventureWorks CountryRegions table. The class was created successfully . However I get error in my Business class (Bal): Error says: CS0012…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
asked 2020-12-04T01:00:17.24+00:00
kobosh 176 Reputation points
accepted 2020-12-04T16:37:01.973+00:00
kobosh 176 Reputation points
1 answer One of the answers was accepted by the question author.

error when delete a duplicate value from datatable Error: there is no row at position asp.net vb.net

HI members i want to remove duplicated value from datatable but when i execute it return Error: there is no row at position a 1 10 b 2 20 c 3 30 3 0 4 0 i want if there no value in first column begin test from second column if…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-12-03T10:19:28.167+00:00
HOUSSEM MAHJOUBI 286 Reputation points
commented 2020-12-04T10:58:02.273+00:00
HOUSSEM MAHJOUBI 286 Reputation points
1 answer

Is there any client side mechanism to detect, if file download is blocked by antivirus/ group policy/Any registry setting/security policy/any other restrictions?

We are working on ASP.NET web application -ASP.NET C# at server side and JQuery/JavaScript on client side . We download some exe files from server, however sometime antivirus/group policy/Any registry setting/security policy/any other restrictions block…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-12-03T02:13:11.223+00:00
Sandeep 1 Reputation point
answered 2020-12-04T02:22:07.723+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
1 answer

Is there any client side mechanism to detect, if file download is blocked by antivirus?

We are working on ASP.NET web application -ASP.NET C# at server side and JQuery/JavaScript on client side . We download some exe files from server, however sometime antivirus block the download of exe file. Is there any client side…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-12-02T05:10:04.037+00:00
Sandeep 1 Reputation point
answered 2020-12-03T06:07:12.637+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
0 answers

webHttp request returns double escaped NewLine

I have a WCF-service which returns a string containing NewLines. The service is deployed to azure. The returned string looks good if I use wsHttp-binding. The NewLine is correctly escaped as '\r\n' and displays with proper line breaks. If I use the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,821 questions
asked 2020-11-23T07:37:49.083+00:00
Thomas Steiner 1 Reputation point
commented 2020-12-02T07:16:19.417+00:00
Theobald Du-MSFT 326 Reputation points
1 answer

Textbox: Textmode removes rounded corners

I had a textbox with rounded corners however when I apply "textmode="password" the rounded corners disappear. .btn[type="submit"] { border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-30T18:25:31.367+00:00
Heinz Deubler 1 Reputation point
answered 2020-12-01T06:47:39.537+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

Javascript is calculating wrong column total in gridview ,and textbox(txttotal) outside gridview.

i tried to resolve it by myself ,but it is not getting resolved below is javascript,which is i am using for calculating total of Gridview last column total but it is two column values in footer, Second thing if i change any value in gridview ,it…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-27T08:54:38.217+00:00
Analyst_SQL 3,551 Reputation points
answered 2020-11-30T02:33:00.207+00:00
XuDong Peng-MSFT 10,341 Reputation points Microsoft Vendor
0 answers

After the login process using microsoft account bearer token is giving unauthorized when using it in fertching subscription application

when i use microsoft login which is developed using MSAL.js npm package in angular 10 so i have implemented the login section so i get bearer token so when i use the bearer token to fetch the subscription from azure. it throws unauthorized error. so how…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-27T10:22:58.17+00:00
Mohamed Umair Mohamed Anhar 41 Reputation points
2 answers

What are the advantages of asp.net mvc 5 core over other mvc frameworks like Rails, django, nodejs etc.

What are the advantages of asp.net core mvc 5 core over other mvc frameworks like Rails, django, nodejs etc. If I have to make a switch from Rails 6 to asp.net core 5 (Latest release 2020). Listing out the advantages will be helpful for people coming…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-26T07:24:57.137+00:00
Mohammed Sadiq 1 Reputation point
answered 2020-11-27T07:28:20.217+00:00
Yihui Sun-MSFT 801 Reputation points
2 answers

Is ASP3.0 and Microsoft access Database (MDB) has product support ? or not?

We have one of the legacy application with ASP3.0 and MS access (MDB) . Do microsoft still support this ? or it is out of support.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-26T21:59:38.253+00:00
Voodem Mahipalreddy 1 Reputation point
answered 2020-11-27T06:52:18.143+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

Handle request in actionfilter(WITHOUT action exist)

Hello. I need to handle HEAD request which sanded by Microsoft office excel, when user click on hyperlink. I decided to use action filter to solve this problem, but I have requirement's that I can't add "[AcceptVerbs(HttpVerbs.Head |…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
asked 2020-11-25T08:21:37.99+00:00
Pavlo Rishko 1 Reputation point
answered 2020-11-26T05:56:05.42+00:00
Yihui Sun-MSFT 801 Reputation points
1 answer One of the answers was accepted by the question author.

Input string was not in a correct format.

When i am inserting Decimal value from textbox to gridview asp.net Webform, then below error is coming , Input string was not in a correct format. Below line int price = Convert.ToInt16(txtprice.Text); My Code for inserting data into gridview is…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 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,571 questions
asked 2020-11-25T12:43:12.727+00:00
Analyst_SQL 3,551 Reputation points
accepted 2020-11-25T14:11:05.693+00:00
Analyst_SQL 3,551 Reputation points
2 answers

How to create a webhook listener in VB?

I want to use VB to create a webhook listener to consume messages from a service. The service does not have a listing in Nuget under Microsoft.AspNet.WebHooks.Receivers.*. The service requires an SSL certificate from an approved root authority. The…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,643 questions
asked 2020-11-18T21:34:22.777+00:00
Boruch Tkatch 141 Reputation points
commented 2020-11-20T08:54:40.787+00:00
Yijing Sun-MSFT 7,071 Reputation points