Content
How do I dynamically replace value in razor syntax based on selectedIndex in dropdown
I have an CSHTML View that has a dropdownlist. In the OnChange event I'm calling reportchange(this) which calls my function reportchange. How can I dynamically use the selectedIndex, this code doesn't work because the Razor code errors out with the…


Visual Studio Code C# MVC Application - How to view Marked up HTML Code as if hard coded in an HTML Page...
Attempting to do code behind in a Visual Studio Code Application when I have done my own HTML Markup code in a routine in the C# code: . . . @ViewData["abc"] = "<br/>Message<br/Message2<br/>Message3"; …
How can I figure out what nuget package is throwing an error about Xamarin.Android.Support.v4 no longer supported?
I have an old Xamarin.Forms app for iOS and Android that I am trying to upgrade to work on the latest Android OS. When I build I get these errors: …


Entry field control is covered by keyboard
Hello, I have a view with 4 Entry controls, when I try to type inside the control, the keyboard will cover the Entry field. is there any way to shift up the control to be above the keyboard?


Restore punctuation to unstructured text using C#
Hi, I am looking to restore or add punctuation properly in unstructured text using C# or ML.Net. I found option available in python called "rpunct". But I want to implement it in .net core Web API project. The "rpunct" is working as…


How to use a auto ml pickle file from azure studio in a c# .NET api?
Hello to all, I am currently working on a Machine Learning project, I have launched the auto ML of Microsoft Azure Studio on my data and I have downloaded the best model in a folder with the appropriate Pickle file. However I would like to use this…


How to restrict scrolling and panning with single finger and enable with two fingers in UWP ScrollViewer using touch screen?
Hi, In an UWP application, I am having a ScrollViewer in the XAML which contains a StackPanel as Content. In that StackPanel there are some images. XAML: <Grid> <ScrollViewer x:Name="scrollView"…


Error Package Microsoft.Owin 4.2.2 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0)
Hello, I have a problem adding packages via Nuget Manager in my Xamarin project. I am working on a MacBook with Visual Studio 2022. Among other things, I want to add the packages Microsoft.OWIN and OWIN.Security.Keycloak to my project for iOS. Both on a…
html css mobile
<section class="kaydirma"> <div class="swiper mySwiper container"> <div class="swiper-wrapper content"> <div class="swiper-slide card"> …


How to add example value to 200 OK response in ASP.NET Core 6 Web API?
Hi, I have an ASP.NET Core 6 Web API, I am using Swagger UI. Is it possible to add an example value to 200 like the one in the 400? I want to add an example like this; { "referenceId": "732aa76f-6c9c-4598-adaf-775aef8a0f3d", …
ReliableSession not working with nethttpBinding when we have duplexchannel communication
I am getting problem with netHttpBinding. Its not working when ReliableSession enabled in nethttpBinding and when we have duplexchannel communication. Below is the exception we are getting. System.ServiceModel.ProtocolException: The remote endpoint…


InstancePersistenceCommand Exception - Windows Workflow Foundation Issue
I am getting this exception when running the workflow, in my application logs- The execution of an InstancePersistenceCommand was interrupted because the instance key {GUID} was not associated to an instance. This can occur because the instance or key…


converting a text to an image
I am trying to convert a text to an image. When I see the converted image, the font family is changed. This is my code that works fine on my localhost, but when I deploy the code to the server. The font family family that I specified in the image…


Forecasitng in .net web applications
Hello , I'm asking is it possible to work on the aspect of forecasting in .net web application ?


ASP.NET Design Template with Bootstrap
I am developing many web application using ASP.NET. For that, i used Ajax,CSS,HTML,etc. We were not used in depth Bootstrap and other technologies with ASP.NET. I have the requirement and want to develop .NET Web application with Rich and user friendly…
how to replace replace IObjectContextAdapter with IInfrastructure<IServiceProvider> using entity framework core 6
Hi Team, since IObjectContextAdapter is not supported by entity framework core 6 please suggest the replacement code which supports the below code - using (var db = new BloggingContext()) { var blogs =…


Problem with emulator(s)?
I have the following XAML in a MAUI app. <CollectionView Grid.Row="2" ItemsSource="{Binding selectedAward.winnersList}" > <CollectionView.ItemTemplate> <DataTemplate> …


How can word file displayed in a div container be printed in a pdf format?
I am trying to have a single page that will can be used to display either a word (.doc/.docx) or a PDF file. Instead of having two pages, each for word and pdf files. It’s a success but printing either of these formats in PDF is where I have…


Why is my Android app icon not displayed correctly in the notification panel?
I have created png images in different sizes on Android. When a push notification pops up in the upper part of the display then the app icon is displayed correctly, but when I open the notification panel on my Samsung tablet then the app icon is…


Java.Lang.NoClassDefFoundError com.google.android.exoplayer2.source.ConcatenatingMediaSource
I use Xamarin MediaManager version 1.2.2 to play songs in my Android and iOS applications: https://github.com/Baseflow/XamarinMediaManager But the problem is that it is not working in every Android project. For example, it works in a new empty Android…

