25,556 questions with .NET-related tags

Sort by: Updated
1 answer

Why does my controller method not respond?

Hi. I'm developing a web application using ASP.NET CORE 8. I have a problem with my controller when adding new partner-type users to my app (Add method). When I click my button in view, nothing happens. What could be the problem? Here is my controller…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
asked 2024-09-14T04:25:29.5666667+00:00
Amra Akmadzic 40 Reputation points
answered 2024-09-14T16:09:23.1266667+00:00
Bruce (SqlWork.com) 64,161 Reputation points
1 answer

Why does my controller method not respond?

Hi. I'm developing a web application using ASP.NET CORE 8. I have a problem with my controller when adding new partner-type users to my app (Add method). When I click my button in view, nothing happens. What could be the problem? Here is my controller…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
asked 2024-09-14T04:25:29.5666667+00:00
Amra Akmadzic 40 Reputation points
answered 2024-09-14T16:09:23.1266667+00:00
Bruce (SqlWork.com) 64,161 Reputation points
1 answer

Blazor and SSRS/Report viewer

Hi, We are wondering, if it's possible to use Report Viewer (any Blazor components) or embed SSRS report (no IFrame) in Blazor. Is there such thing out there besides solutions like what Telerik or BoldReports provide? We're looking at a solution with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,555 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,913 questions
asked 2021-07-13T16:49:46.907+00:00
Stéphane Roy 31 Reputation points
commented 2024-09-14T15:59:25.0033333+00:00
Bruce (SqlWork.com) 64,161 Reputation points
1 answer

How to Update-Database in PM console when getting "Could not load assembly..." error?

Hello, I cannot apply migrations to database by Package Manager Console command Update-Database. On every attempt I get error: Could not load assembly "My_Project". Ensure it is referenced by the startup project 'My_Project'. Before mentioned…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,044 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,670 questions
asked 2024-09-13T13:56:24.9266667+00:00
Filip Veselý 0 Reputation points
commented 2024-09-14T15:59:24.26+00:00
Michael Taylor 53,726 Reputation points
3 answers One of the answers was accepted by the question author.

How to fix error "No webpage was found for the web address:" when I am opening the url for my app service.

Hi community, I have created one dotnet core web app. Pushed it to repos in azure devops, created a pipeline and deployed it on azure web app services. After creating the release and publishing it on web app, when I am trying to open the URL of web app,…

Azure SQL Database
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,664 questions
asked 2023-05-18T08:39:43.7833333+00:00
Rajneesh Yadav 30 Reputation points
commented 2024-09-14T15:52:17.69+00:00
Venmatman25 0 Reputation points
16 answers

How to save the Comment and where to place, example some directory

@page "/PageBu" @rendermode InteractiveServer <h3>PageBu</h3> <h1 style="color: blue;">Letak Product Anda</h1> <p> </p> @for (int i = 0; i < images.Count; ++i) { string tempImageName =…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,555 questions
asked 2024-08-17T11:08:23.0466667+00:00
MIPAKTEH_1 305 Reputation points
answered 2024-09-14T15:18:05.4166667+00:00
MIPAKTEH_1 305 Reputation points
0 answers

.net frame installation problem

3.5 cannot install, error code 0x800F0954 is given. how do i solve this?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 questions
asked 2024-09-14T15:07:41.5033333+00:00
Josias Mokgawa 0 Reputation points
1 answer

Doesn't C# support escape sequences when we use verbatim?

Hello, I read "a verbatim string literal is prefixed with @ and does not support escape sequences." I have two questions: 1- If C# doesn't support escape sequences when we use verbatim, so how can I use an escape sequence…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,798 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,842 questions
asked 2024-09-13T19:42:04.58+00:00
Shervan360 1,521 Reputation points
answered 2024-09-14T13:58:31.36+00:00
P a u l 10,656 Reputation points
0 answers

page indexed without content issue- this message appears for all the website pages created with asp.net

When we submit our site page to Google for indexing it always says "page indexed without content". As we understand Google cannot read all the pages (about 2200 pages) as it sees blank pages only. But all these pages contain texts and images.…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,454 questions
asked 2024-09-14T13:38:47.6966667+00:00
Sabesan A K 0 Reputation points
0 answers

How Can I call RuntimeHostConfigurationOption OnStartup of a WPF (C#) application in .NET 8?

Hi there, I have a WPF application where the UI is a very important thing and heart of the application. Due to some UI elements requirements I have some custom RuntimeHostConfigurationOption which I put in my WPF application through the *.csproj file. I…

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,760 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
974 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,842 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
802 questions
asked 2024-09-11T21:41:55.1+00:00
MERUN KUMAR MAITY 576 Reputation points
commented 2024-09-14T09:17:44.62+00:00
MERUN KUMAR MAITY 576 Reputation points
0 answers

isEnabled dosn't work like before

I had this code in my Xamarin project and it worked fine, as you see I have a foreground that partly sets a scene, in xamarin I just had to set that Image to isEnabled=false and I could click on everyting underneith that image, but now in Maui it dosnt…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,409 questions
asked 2024-09-14T08:57:57.31+00:00
Magnus Wallon 0 Reputation points
commented 2024-09-14T09:03:04.5566667+00:00
Magnus Wallon 0 Reputation points
1 answer

Unable to Get Custom Font in WebView in MAUI

I am using Visual Studio 2022 and MAUI 8 API 33 I have WebView and Label inside CollectionView as datatemplate . Same Data is binded to each control through two properties of Model . For WebView Fonts are not applied while for Label control Fonts…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,409 questions
asked 2024-09-11T13:20:59.0466667+00:00
Faiz Quraishi 85 Reputation points
commented 2024-09-14T05:29:54.1233333+00:00
Faiz Quraishi 85 Reputation points
1 answer

maui and iOs 18

My apologies if I am missing something simple here. I submitted an updated maui blazor hybrid app to apple for review and they rejected it because it launched to a blank white screen when they tested on a device running a beta version of iOs18. Looking…

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,409 questions
asked 2024-09-13T23:14:25.62+00:00
J Allen 25 Reputation points
answered 2024-09-14T04:17:23.58+00:00
J Allen 25 Reputation points
1 answer

I want to put the comment for every picture.Maybe can use component Input or other.Can show for me in code.

@page "/" @using Microsoft.EntityFrameworkCore @inject ICommentService CommentService @rendermode @(new InteractiveServerRenderMode(prerender: false)) <h1 style="color: blue;">Letak Product Anda</h1> <p>…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,555 questions
asked 2024-09-01T08:40:51.49+00:00
MIPAKTEH_1 305 Reputation points
commented 2024-09-14T03:38:04.95+00:00
MIPAKTEH_1 305 Reputation points
1 answer One of the answers was accepted by the question author.

Passing variable argument in a loop to eventhandler

In WPF I have a Styles button in which I add items with the different styles: <Button x:Name="Form_Estilos"> <Button.ContextMenu> <ContextMenu x:Name="Form_Estilos_Items"/> <ItemsControl> …

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,760 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,842 questions
asked 2024-09-05T01:52:24.05+00:00
zequion 381 Reputation points
edited the question 2024-09-14T02:56:03.4366667+00:00
zequion 381 Reputation points
1 answer One of the answers was accepted by the question author.

Very simple Blazor calls very simple API web app

Hi all; This is three associated questions. I need to create a simple web app that has a single controller. It is passed 3 parameters and returns an array of strings. What should I create in Visual Studio? I then need to have a simple Blazor server app…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 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.
1,555 questions
asked 2024-09-12T18:05:17.4+00:00
David Thielen 2,976 Reputation points
accepted 2024-09-14T01:14:24.0766667+00:00
David Thielen 2,976 Reputation points
0 answers

MAUI .NET 8.0 Android WebView with SharePoint page - "We couldn't sign you in. Please try again." followed by "Unknown error." in SharePoint

Was working fine for several months, and now SharePoint will not sign in from WebView in a Android app built using MAUI .NET 8.0 for users who have previously authenticated. Issues started happening this week. Tried with no effect: (1) Cleared the…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,606 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,567 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,409 questions
asked 2024-09-11T16:42:51.68+00:00
foobar291 10 Reputation points
edited a comment 2024-09-14T00:37:44.8433333+00:00
Peter Strong 10 Reputation points
2 answers

how to return value from popup table to the C# asp.net code

Hi, On clicking a button on UI, we have to show a dialog or Popup Table on the center of the screen asking user to enter integer value of area(Mandatory) when one condition is met, then user clicks Ok(which has captureAreaVal() function in my script as…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,454 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
974 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,842 questions
asked 2024-08-29T14:32:28.9533333+00:00
VG 0 Reputation points
commented 2024-09-14T00:34:54.0933333+00:00
SurferOnWww 2,661 Reputation points
2 answers One of the answers was accepted by the question author.

how to code classic asp.net to open multiple browser instances (pages)

I am working with .Net 4.0, where a user can see records in a GridView. What Im after is this: User has access to the Gridview on the main page. He clicks on a linkbutton from the gridview that launchers another browser instance (page 2). He clicks…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,454 questions
asked 2024-08-29T05:22:23.5866667+00:00
Coreysan 1,691 Reputation points
accepted 2024-09-13T23:11:27.32+00:00
Coreysan 1,691 Reputation points
1 answer

Web push notifications with Azure Notification Hubs

Hello Everyone, I am new to Azure and i want more information from you about my problem. Now what i want to do is set a web push (browser push) notification from Azure notification hub and i want to integrate it to my backend that is in .net core. I…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
314 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,514 questions
asked 2024-07-03T09:52:15.5533333+00:00
Darli Varfi 0 Reputation points
commented 2024-09-13T22:10:19.0633333+00:00
Seth Dorris 0 Reputation points