Microsoft Q&A

ASP.NET

1,315 questions

A set of technologies in the .NET Framework for building web applications and XML web services.

Browse all .NET tags

1,098 questions with ASP.NET tags

Sort by: Updated
2 answers

ASP.NET Core & IONOS SSL Certificate: ERR_SSL_PROTOCOL_ERROR

I am testing an asp.net core web API application with Swagger from Visual Studio 2022 in a windows hosting pack at IONOS. When I create an application of the asp.net core web API and uncheck the "Configure for HTTPS" option, and publish the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 questions
Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,746 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
8,764 questions
asked 2023-03-20T00:43:11.4233333+00:00
Happy Development 20 Reputation points
edited an answer 2023-03-20T17:04:45.91+00:00
Happy Development 20 Reputation points
2 answers

How to add jquery or java script on blazor server side ?

I work on blazor server side .NET core 7 .i face issue i can't add jQuery code on my blazor application web app so can you please help me how to add jQuery to my web app by steps or image screen shoot if possible please ? i need to apply below jquery…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
873 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 questions
asked 2023-03-20T00:38:33.1366667+00:00
Ahmed Salah Abed Elaziz 65 Reputation points
answered 2023-03-20T15:26:16.28+00:00
Bruce (SqlWork.com) 30,866 Reputation points
1 answer One of the answers was accepted by the question author.

DateTime - Time Only - Re: Video

Premise: Right now...I am recording start and stop times within a video within a string field (because it is the easiest way). I would like to record start and stop times in the best way, one that would (eventually) allow calculation of the difference…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-15T13:41:22.7366667+00:00
Dean Everhart 746 Reputation points
accepted 2023-03-20T13:09:40.2033333+00:00
Dean Everhart 746 Reputation points
2 answers

how to show an arrow button when scrolling a gridview in panel using java script and asp.net?

Hi members i want to show a button when scrolling a gridview in panel i have tried in normal page and thats work fine this is my code <script type="text/javascript"> $(document).ready(function () { //Hide Back to top…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,959 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
500 questions
asked 2023-03-17T08:30:40.42+00:00
HOUSSEM MAHJOUBI 266 Reputation points
answered 2023-03-20T09:15:03.41+00:00
peiye zhu 10 Reputation points
2 answers

Printing a particular div tag with labels and images intact in their positions

I have this div tag where labels, image controls and background image are displayed. The background image is gotten from database and displayed in the div like this: protected void Page_Load(object sender, EventArgs e) { if…

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.
7,492 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
854 questions
asked 2023-03-18T09:31:56.73+00:00
Donald Symmons 1,226 Reputation points
answered 2023-03-20T07:57:49.05+00:00
QiYou-MSFT 1,331 Reputation points Microsoft Vendor
2 answers

How to Share Code Between Multiple Pages and Classes

I'm trying to share code between multiple Code Behind pages and multiple Classes that uses objects and methods of the Page class. Simple examples would be using the "response" and "session" objects. However, in my real example I'll be…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,959 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-18T21:00:20.8733333+00:00
Ptownbro 0 Reputation points
answered 2023-03-19T12:59:00.1266667+00:00
AgaveJoe 19,046 Reputation points
1 answer

Are configuration settings for identity correct ?

I work on .NET core 7 with blazor application web application .I need to check startup configuration for identioty is correct or not so please tell me are this configuration for identity login is correct and enough for setup identity or not please I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
873 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.
7,492 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-18T17:58:38.03+00:00
Ahmed Salah Abed Elaziz 65 Reputation points
answered 2023-03-19T01:51:13.0366667+00:00
JosePichardo22-9478 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to pass oject emp from page Employee to page EmployeeDetails on web blazor server Application ?

I working on blazor web application on .net core 7 . I need to pass object (emp) of emplyee class from employee page to another page EmployeeDetails on employee page EmployeeClass emp=new…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 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.
7,492 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
873 questions
asked 2023-03-15T12:41:50.9166667+00:00
Ahmed Salah Abed Elaziz 65 Reputation points
accepted 2023-03-18T10:36:42.3066667+00:00
Ahmed Salah Abed Elaziz 65 Reputation points
2 answers One of the answers was accepted by the question author.

No more support for Web forms in Visual Studio 2022?

Hi, In new Visual Studio there is no more option to create Web Forms web application? Are MVC only future architecture Visual Studio will support for WEB pages? Thx

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,959 questions
asked 2022-01-29T12:43:57.717+00:00
nickCroat 96 Reputation points
commented 2023-03-18T01:08:41.2266667+00:00
Bob C 0 Reputation points
1 answer One of the answers was accepted by the question author.

Using overflow style property to scroll web page contents, not working

I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
854 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-17T02:28:18.5866667+00:00
Donald Symmons 1,226 Reputation points
accepted 2023-03-17T22:32:32.5233333+00:00
Donald Symmons 1,226 Reputation points
2 answers One of the answers was accepted by the question author.

Redirecting or showing message alert box when using parameterized query with DataReader

I had this code that displays record from database using DataAdapter, and I made it in such a way that when any user tries to go to the page directly by inserting the page address directly in the address bar of the browser, it will show a message box…

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.
7,492 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
854 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-15T09:24:38.2466667+00:00
Donald Symmons 1,226 Reputation points
answered 2023-03-17T22:31:20.84+00:00
Donald Symmons 1,226 Reputation points
1 answer One of the answers was accepted by the question author.

vertically scrolling web page using overflow style property

I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
854 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-17T02:25:22.76+00:00
Donald Symmons 1,226 Reputation points
accepted 2023-03-17T15:15:46.06+00:00
Donald Symmons 1,226 Reputation points
2 answers One of the answers was accepted by the question author.

are below mentioned packages windows-specific dependencies?

My web application is using below packages, System.Security.Principal.Windows WindowsAzure.Storage Microsoft.WindowsAzure.ConfigurationManager System.windows.forms this particular application also has .resx files It does not have .xaml…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,271 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-02-01T08:36:51.65+00:00
BangTV 40 Reputation points
accepted 2023-03-17T05:52:32.66+00:00
BangTV 40 Reputation points
5 answers

Unable to run .net 4.8 apps on IIS using Arm processor (M1 Max)

I have a macbook pro with M1 max processor running windows 11 pro in Parallels using the most updated version as to writing this message. When trying to run .net 4.8 app on IIS I get the following error in the event viewer: The Module DLL 'C:\Program…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
ASP.NET MVC
ASP.NET MVC
A Microsoft web application framework that implements the model-view-controller (MVC) design pattern.
716 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
4,018 questions
Internet Information Services
asked 2023-02-23T14:34:02.8166667+00:00
Bodokh 0 Reputation points
edited an answer 2023-03-17T05:00:56.89+00:00
Lex Li (Microsoft) 3,286 Reputation points
1 answer

How To Decrypt Encrypted json object to its origial state

I can Able to Encrypted the json object but when i try to decrypt the encrypted data to json it is showing different response pls help me When i try to debug im getting different symbols idk how to do it pls help me This is my encryption code…

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.
7,492 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-16T14:52:50.62+00:00
jaya prakash 0 Reputation points
answered 2023-03-16T20:25:06.4966667+00:00
Bruce (SqlWork.com) 30,866 Reputation points
9 answers

I can't find ASP.NET Web Application (.NET Framework) with c#

Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…

ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2021-10-01T00:33:18.083+00:00
WEI HAN TAN 16 Reputation points
commented 2023-03-16T13:48:09.5966667+00:00
randolph marte 0 Reputation points
1 answer One of the answers was accepted by the question author.

ASP.net: Data field used in gridview is not showing as column but turns into title in another field

Hi. I have a SQL datasource that returns 5 columns and a gridview to show them, but one of the columns does not show as a column in the gridview but turns into title (showing when holding the mouse over) in one of the other columns. It keeps doing it no…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-07T07:47:55.6666667+00:00
Kurt Jensen 20 Reputation points
commented 2023-03-16T12:04:10.6233333+00:00
Kurt Jensen 20 Reputation points
2 answers

UpdatePanel (ASP), I lose inserted objects when I insert new objects dynamically

I'm trying to insert one object (Panel) after another inside an UpdatePanel type object (by means of a button), this with the aim of forming an array that looks horizontal visually when the user inserts it inside the UpdatePanel. The problem I have is…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
1,959 questions
ASP.NET Web Forms
ASP.NET Web Forms
A part of the ASP.NET web application framework that can be used to create ASP.NET web applications.
458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-15T22:54:17.7233333+00:00
LA RC 21 Reputation points
answered 2023-03-16T07:58:25.28+00:00
QiYou-MSFT 1,331 Reputation points Microsoft Vendor
1 answer

how to edit the razor pages url?

I have razpr pages :ProductEidt and its url will be http://localhost/ProductEdit?id=1 can i change the@page directive to use the url like http://localhost/p-e-1 ? ProductEidt to p-e and the parameter is 1

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,805 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 questions
asked 2023-03-16T00:36:38.28+00:00
打玻璃 1,591 Reputation points
answered 2023-03-16T02:52:12.5066667+00:00
SurferOnWww 946 Reputation points
4 answers One of the answers was accepted by the question author.

Is it possible to show empty label value if the value of a column used for date or time is null?

I have column for Name, Date and another one for Time. If the values of date and Time columns are null or empty, how do I get to still show the label value in null data value? Is this Possible? please how can I do that?. Here is what I mean in the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
854 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
1,315 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.
7,492 questions
asked 2023-03-13T13:41:43.36+00:00
Donald Symmons 1,226 Reputation points
accepted 2023-03-15T09:00:07.7533333+00:00
Donald Symmons 1,226 Reputation points