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…
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…
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…
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…
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,…
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 =…
.net frame installation problem
3.5 cannot install, error code 0x800F0954 is given. how do i solve this?
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…
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.…
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…
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…
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…
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…
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>…
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> …
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…
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…
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…
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…
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…