Content
making an image box in Razor page
I want to make an image box on my razor page so that users can type or sign their name in that box. I want something like adobe acrobat offers. below is the screen shot: How can I achieve this.


Opening hyperlink in browser
My first take with Andriod I'm looking to open a link in an email in browser, like the screenshot. Other apps are listed and I wish to bring include my app as well... Any reference link or how to do helpers will be very help I am using C# Visual Studio…
error when try to get values from object parameter 'object' does not contain a definition for 'employeeID'
I working on blazor web application server side by csharp . I face issue i can't get values of properties employee id and department code from object parameter to insert value on table I get compile time error when try to get value for property employee…


Getting error while uploading video on video indexer portal.
Hi, I am trying to upload a video on the Video Indexer portal through Indexer API but this is throwing the below error. The same URL is uploading the video on the indexer portal through Postman…


MVVM Datagrid CellEdit end issue
Good morning, i have an issue i am trying to get the cell edit of a data grid item so i have a database that i grab the values from in its own model class that is here public void testread() { string getdb = "select *…


C# code to real time scan and threat detection through Azure defender while uploading file on blob store through web api
Hi All, I have an web api 6 c# code running for uploading files on azure blob and it is deployed on Azure App service and it is working as expected. Now, i have added azure defender on blob storage and it has detected some file as security threat…


Remove Lines From Notepad and Write Data in New New Notepad With Group Key Repeated With Each Lines
Good Morning Great Minds ! I need Help to read Data From Notepad where a specific string(Group Key) repeated each page. I need To write Group key with each line of strings. in OriginalFile.txt i Removed unwanted Strings and Make a new file after remove…


Xamarin forms invoking javascript from webview
The android project in the sample as described in this article does not work. The iOS project works exactly as described in the article. The Android does nothing.…


visual studio,why some Method never show in hint list?
It took a long time to find out why the CheckAccess Can't use in my project, The reason is below. just want to know why? It's so unreasonable
NET MAUI - Keep keyboard focused on ListView update
I have a ListView with an ObservableCollection of Database Entries. When I update the Observable collection the focus of the Entry get lost and the keyboard disappears. Even when i set the focus afterwards manually the keyboard does not appear. Thats my…


Any sample .net websites with authentication & authorization?
I would like to create a web portal with the following features. Authentication & authorization Connect to sql database Pages are base on their roles where i can have the versatility to set A decent master page Create, Read, Update and delete…


How to config ClickOnce Trust Prompt Behavior?
Hi, I'm an application developer on Windows and am having trouble with the ClickOnce Trust Prompt Behavior on some computers. My application needs to be given hard drive access to download some files, and every time the user installs it or opens it,…


ASP.NET Core 6 Identity - Scaffolding Identity problem
I am following the tutorial on learn.microsoft.com (Authentication, ASP.NET Core 6.0). I create ASP.NET Core Web App with individual user accounts and update a database. So far everything works. Then I scaffold the identity. Then I Scaffold…


How do I add a data entry control inside of the ListView.
I am trying to add a data entry control called Entry Cell inside of a ListView so that the user can enter data that I can save to the Database. I get the error... A value of type 'EntryCell' cannot be added to a collection or dictionary of type…


Perform (Create, Read, Update, and Delete) operations on a ListView in .Net Maui
Hi Friends. I have a ListView in a Content Page that I would like the user to be able to Perform (Create, Read, Update, and Delete) operations on in .Net Maui. Thanks in advance for for any help.


Exapand glyphicon-plus glyphicon-plus when collapsed on button click
I have a page with bootstrap glyphicon-plus glyphicon-minus in a span with a class. when the page loads the span is collapsed by default and I need to Expand it on a button click programmatically. I am doing $("#btn-search").click(function…
Can you please tell me how to animate the CommunityToolkit.Maui's Expander control for opening and closing it slowly?
I would like to show some hidden tips with a simple implementation of CommunityToolkit.Maui.Views.Expander control -- such as using a Label control as its content. It would be visually nice if the Expander opens and closes slowly, say with some Easing…
ASP.NET Core MVC : complex data model reading related data
I am trying to display a drop-down on my DEVICES create.cshtml view of the names from CONTACT via the lookup table DeviceAssignments, below is an ERD. I am already able to display the drops downs for DeviceCategories and DeviceLocations, but I am not…


Turning off cascade deletes
I have a case where I need to turn off cascading deletes (two different models are both wanting to cascade delete and so one needs to be turned off). I think I have this right but I saw numerous different answers all over the place and so want to…


the service microsoft.visualstudio.shell.interop.iselectioncontainer already exists in the service container in VS2022
I recently installed Visual Studio 2022 Professional edition on my machine windows 2010. I'm just trying to create a sample windows form project and trying to open the designer / form by double clicking on Form1.cs and I'm getting this weird error…

