validate texbox using this code in c#
Hello I have one asp.net textbox and one asp.net button when user click i want to check if Textbox1 has value 11 or 22 or 33 then okay if any other number i want to show alert as "Wrong Data" how to do so using asp.net c# thanking you
Errors from .net MAUI android binding project after adding reference
Android binding project successfully compiles without issues but the same project is referenced into maui project it throws compile time errors These all errors are just warnings in native android studio project but in MAUI this warnings shows as errors…
Are ESim related WinRT APIs require Package Identity?
Hi, team I am trying to use WinRT API (under name space Windows.Networking.NetworkOperators) to read ESim ID on my laptop. I created a UWP App and this api worked. However the project i'm working on is not a UWP app and it's based on .NET 4.6. I imported…
Persona 3 Reload dlc not working
I played the Persona 3 reload base game through Game Pass on pc. I downloaded the expansion pass tonight so I could play the new dlc. However, when I try to launch it in the game it keeps saying that I need to purchase the expansion pass to play the DLC.…
I can't change property of a button....
Hello, I wrote an app has 1 datepicker, 2 textblocks, 2 textboxes, and 2 buttons. My problem is one of the buttons remains unabled like below. xaml code for this view is: <Window x:Class="WpfApp3.MainWindow" …
How to fix this : i have vulnerabbility issue for .net framework
Could you please help on this : KB4556813 is not installed %windir%\Microsoft.NET\Framework64\v2.0.50727\Mscorlib.dll Version is 2.0.50727.8745 %windir%\Microsoft.NET\Framework\v2.0.50727\Mscorlib.dll Version is 2.0.50727.8745 KB4534271 is not…
I want to change the "SearchBar" element to suit myself (Android)
I use a class inherited from "EntryHandler" to remove the background of the "SearchBar" element and it is removed, but an exception occurs when entering into the "SearchBar" text field. System.InvalidCastException:…
Capture value in Radio Button before Submit
I like to capture the values of Radio button button Submit and use validate in IF statement. If(Radio button button value == "CP"") {label="Find Selling Price"} namespace MauiAppMCQs.Models { public class…
Outlook animtion
I got a border with my item <SwipeItems Mode="Execute"> <SwipeItem BackgroundColor="{AppThemeBinding Dark={x:StaticResource SwipeDark}, Light={x:StaticResource…
How to make "RefreshView" friends with "AbsoluteLayout"
public CollectionPage() : base() { collection.SelectionChanged += _OnSelectionChanged; collection.ItemTemplate = GetDataTemplate(); LoadedCollection(); refresh.Command = new Command(LoadedCollection); refresh.Content = collection; var fabButton…
100% of the parent's width
How to make the "Entry" element 100% of the width of its parent?
Autocomplete list Selection using Key Up/Down in Textbox and Scroll should move in asp.net c#
When pressing the up or down keys in an autocomplete textbox, if dropdown options are available, the selection should move through the values, and the scroll should adjust accordingly, moving from top to bottom or bottom to top based on key…
How to Configure Library Files to Run in a Subfolder?
Hello There is a library named TolkDotNet.dll in a c# wpf project. This library references various dll files in the x86 and x64 folders. To get rid of the file confusion, I placed them in the Lib folder as TolkDotNet, x86, x64. Then I showed the…
How to fix
.NET Runtime version : 2.0.50727.9179 - No debugger found.No registered JIT debugger was specified
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
I have a Xamarin Android application that integrates the uGrokit RFID library. Recently, I updated the targetSdkVersion to 34 in the Android Manifest. After deploying the build, the app works without crashes on devices running Android 13. However,…
Sort and filter not working .net maui
I'm trying to add a filter and sort to my app. the sort and filter func code are stepped thru but does not work, I do not see any data in the checkListItem I think the issue is the use of SourceCache ( I found sort/filer sample code and tried to add…
valdiate gridview data using asp.net c# code behind on button click
Hello This Is my MS sql data /****** Object: Table [dbo].[Table_11] Script Date: 09/22/2024 19:00:36 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Table_11]( [ID] [int] IDENTITY(1,1) NOT…
Want to add Checkbox List asp.net but not alignign correctly
I have a forms as described in this post https://video2.skills-academy.com/en-us/answers/questions/2086934/how-to-add-the-date-selected-to-an-asp-net-form-wi the problem is I tried to add asp,net checkbox list but it does not style correctly. I have used Flow,…
LIST SCALING
I have developed a pretty large application for desktop using VS Community, based on .NET Framework 4.7.2. The app includes several instances of ListView (in detail mode) and DataGridView. When I run my application with the default display scaling 100%…
Error NETSDK1061 encountered when run "dotnet publish"
Hi All, Good afternoon. Let me first give a big picture on my project. The main project is using .NET8.0, and it has 2 dependencies. One of the dependencies is using netcoreapp2.1, which is also the one trigger the error NETSDK1061. I encountered…