Content
Mvc5 Jquery Validation Not Working on dynamic element
Jquery validation not working on dynamically appended select2 element
Adding currency symbol to gridview bounfield data
Hello, Please is it possible to add a label control to represent currency symbol beside the amount figure in boundfield? *The currency symbol will be fetched from database field and displayed in a label control Just as seen in this image…
Establishing SSL trust to SQL Server with an AWS Lambda (Linux Client)
Hey all. I'm trying to connect to a SQL Server 2019 instance from an AWS lambda. I'm using a self-signed certificate for the SQL instance. Our lambda is using Entity Framework Core 7.0.5 in .NET 6 (also tested Microsoft.Data.SqlClient 5.1 with the same…
Finding parent form and tablelayoutPanel
hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…
Not remembering source control plug-in (Git)
Since the last release, Visual Studio 2022 is not remembering the source control selection. Every time a project is opened, I must open the options dialog, go to Source Control, and select Git from the "current source control plug-in." Once I…
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: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
can we see other users chat messages
can we see other users chat messages but I am not saving any message in DB is this possible and how is possible

Custom Filters (CustomAuthenticationAttribute) in MVC CORE
I created custom filter in MVC5, please suggest if there is some equivalent in MVC…
How to secure API KEY in .net MAUI?
I am new to .Net MAUI but fairly experienced with ASP.NET CORE and Blazor. I'm developing a MAUI application that will allow a user to integrate with third-party services using API keys. My issue is, I'd like to store API Key securely and nobody can…
How to deploy or use .Net MAUI Blazor app in Tizen browser instead of native apk or .tpk (direct browsing in tizen tv)?
Is it possible to publish or host the .net maui blazor app to the server and browse it in the Tizen TV internet like browsing ? Or Is it only possible by creating .tpk and installing it in developer mode on tizen tv as a native app ? Requirement: To show…
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…
How to fix this error "warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect."
Good evening , I am trying to build a simple web api using ASP.Net . The app has been showing the error like this after building it - warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for…
How to get all active session of the logged in user in .net core mvc
I'm currently working on a .net 7 mvc project. How can I get all the active sessions of a logged in user in .net core mvc. This is my setup currently: builder.Services.AddDistributedSqlServerCache(options => { options.ConnectionString =…

LINQ and VB 2015 : Select Distinct in Sub-List of Objects...
Hi, this is a simple example about my task. I have a List of Objects, let's say a group of Persons and each Person has a Property which is a List of other type of Objects, let's say Colors. I'd like to get a Distinct List of all Colors kept by all…
Multiple types of Distributed Cache in ASP.NET Core
I would like to use Redis and In-Memory for IDistributedCache dependency injection. Is this possible? If so, how would you go about configuring this in Startup.cs?


issue in opacity of the parent form and panel
Hi , my other problem is there is a scenario in which i have a form named child which is opened inside a panel of a form named father . what i am trying is when i press F2 on my keyboard a new form opens asking for current date . at this moment i want…
System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
Hi, Everybody!... I am trying to parse the following XML…
Azure Cognitive Search - Spell Checker Implementation in C#
I am looking for implementing spell checker for the azure cognitive search in C#. For now I have reviewed the spell checker link from the official Microsoft documentation: https://learn.microsoft.com/en-us/azure/search/speller-how-to-add But there's no…
JWT Bearer Authentication Load to API fails
I created API with JWT Token , I know I need to pass credentials but just for test purposes I used get method instead of post. https://github.com/KalyanAllam/VisitsApi Where Auth Controller generates the…