Content
How to automatically copy clipboard text into textbox using timer
Using VB.Net, am trying to get the text in clipboard into a specific textbox. Once text get into clipboard, I want it to be getting pasted and queuing automatically into the textbox, using timer. The below code was supposed to do as expected but only…
Maui for android entry screen keyboard issue
Hi all. how to prevent on screen keyboard when a specific entry get focus. Thank you very much.
How to get a .NET 8.0 (isolated) function app to appear in my release pipeline, or successfully deploy from Visual Studio
I made a new .NET 8.0 Isolated Function App on by B1 App Service plan three days ago and I'm used to being able to select my Azure Subscription, then "Function App on Windows", and then select the resource from the dropdown, but I see nothing…
How to protect Net.Core server from malicious content uploads by users?
Hi! I have a website where on certain pages the user can (through checks in the controller method): To save (upload to server) text in text fields and to CKEditor. To save (upload to server) images (.jpg) to website through CKEditor and through …
i cant install visual studio{visual studio installer has stopped working}
when try to install visual studio i cant intall.it stopped working .i tried every other versions also.not working.windows 7 64 bit link fot vslog = https://1drv.ms/u/s!Amb604zyg9tMbNeqdOFfEH2Zr14?e=xoN0a7
Asp.Net MVC 5 Jquery serialize Array not map class list property in
Jquery serializeArray, not map class list property. I am passing master and detail records using Ajax post request to my API controller List of Vias does not map; it gives a null value, but when I try this on a simple controller, it works. How can I…
How to remember last closed form
Hi , Working on a application , where i have two pages in my application : sale and purchase . I need to find out on which form i was working before closing the application , so that it can be the starting form of my application at run time . For…
Blazor accessing global variable issue
Hi all I asked here how to save variable state and i get long answers and what I want is to know if it's possible in blazor to define a variable somewhere in the app structure so I can access it from any component. something like in console program…
Visual studio blazor wrap properly values issue
Hi all in visual studio in a blazor project the wrap properly have only the values soft and hard but not also the value off. This caused me problem because I didn't know about the off value . and that waste many time of me. why visual studio don't…
How do I disable content filtering?
Can't get on websites
Numeric Datagridview column
HI , i have a datagridview whose columns requires some extra features like only numeric is allowed and one decimal point and digits after decimal should be only 2 . The alignment must be right only . Which event i should choose as my datagridview is a…

UI freezing due to Task.Run activity in async/await Task.Run() scenario (reworded)
[Previously} Help needed understanding C# await Task.Run() and threading I’m creating a desktop C# Winforms app. If an exception is thrown due to a missing essential component the user can choose an automated fix option that searches the app’s archives…


Maui - Burn data to CdRome in Mac
Hi, I want to burn data list of files to cdrome in MAC. Any program to show ? How is can be done in Maui ? Thanks
Maui for android customizing keyboard issue
Hi all I have some entry fields and each one has different characters input I want when entry focus to display adequate keyboard that contains only the adequate characters for that entry field If this possible please give me a help how to do it. Thank…
Maui- app.cs write in constructor http call
Hi, I need to write http call asynchronously and i have only constructor their. Is not allowed to make asynchronous call in constructor? Thanks,
Maui - Order of launch
Hi, What order of steps that Maui launch ? Maui program.cs. app.xaml...... Thanks,
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…
Blazor default template application issue
Hi all. in the default template application of blazor when clicking the button the count variable is increasing by 1. but when navigate to other component and then return to the Counter component the count value is reset to 0 what changes I need to do in…
EF Core: Map multiple c# classes to DB table
Hello, I have a DB table named JobPosting with 60 columns. I'd like to have 2 c# entities JobPostingFull & JobPostingLite which both reference the JobPosting table. The JobPostingFull class has all columns from the DB, the JobPostingLite class has…
Working on a tutorial and cannot find the Web Site Administration Tool.
Hello, I am working on a login tutorial and cannot find the Web Site Administration Tool to use to configure asp.net. Here is a link to the tutorial: https://learn.microsoft.com/en-us/previous-versions/aspnet/yh26yfzy(v=vs.100) I vaguely…