Search:
Type: Posts; User: KGComputers
Search:
Search took 0.04 seconds.
-
Hello,
This post explains the solution to an issue that I encountered on how to align the columns of a table inside the details view of the parent Bootstrap-Table by Wenzhixin which was required...
-
Here's how to integrate Tailwind CSS 3.x Install And Integrate Tailwind CSS 3.0 In ASP.NET Core MVC 5.0 Web Application into your ASP.NET Core MVC web project using the Tailwind CLI.
To install...
-
Hello,
This blog post Creating Your First Notepad++ Plugin Using Visual Studio 2019 And C#
will walkthrough on creating a simple Notepad++ Plugin using Notepad++ 64 Bit, Visual Studio and C#.
...
-
Good day!
Here's a blogpost How To Send Or Upload A Form With Multiple Files Using HttpPostedFileBase Array, jQuery And Ajax In ASP.NET MVC on how to post a form with multiple files in ASP.NET...
-
C# documentation. This is the MS official documentation for C#.
- kgc
-
Have you had any experience coding these type of macro?
- kgc
-
Hello,
We have an upcoming project to convert KEDIT Macros to C#.NET and basically I don't have experience or knowledge with the macro language
syntax or any of the stuff mentioned below.
...
-
Instead of using SqlDataSource control to bind data to a GridView control, I would suggest a better option which is to retrieve data from the database using sql statements, use the dropdown's...
-
@dday9
I found a link from stack Activate missing Winforms controls in .Net Core 3.1which describes how to activate missing Winforms controls in .NET Core 3.1 C# application. Don't know if the...
-
So you're instantiating both C# and VB.NET class libraries in a VB MVC Project. I tried replicating what you did an in fact I can both call C# and VB classes using Namespace.class
SendMVB (VB...
-
Have you checked the InnerException "ex.InnerException"?
-
Assuming that you have a project structure like below:
Solution
-> EShop (MVC Website)
HomeController.cs
-> SendM (Class Library)
Class1.cs
-> SendN (Class Library)
Class1.cs
-
I have not worked with repeaters for quite some time, but here's a link to working with nested repeaters Display hierarchical data by using nested Repeater controls and Visual C# .NET.
Perhaps...
-
Niya has created a Wizard Control project here which will give you an idea and perhaps modify it's functionality according to your needs
- kgc
-
If System.Runtime.InteropServices is listed under Microsoft.NETCore.App, but errors occur when referencing these classes, then there must be something wrong with the Visual Studio IDE. I tried adding...
-
If this is a .NET Core Console App or WPF, the System.Runtime.InteropServices namespace is listed in Dependencies->Frameworks->Microsoft.NETCore.App, so you should be able to use the DllImport...
-
Hello,
For ASP.NET Web Forms, you may want to explore on the Multi Views. Other controls that might be useful are
1. AjaxControlsToolkit tab
2. jQuery UI or Bootstrap Tab control.
- kgc
-
Hello,
In this blogpost Getting Started With Bootstrap-Table In An ASP.NET Core MVC 5 Web Application With Entity Framework Core And SQL Server, I'll demonstrate on how to display information from...
-
Good day!
Since most of the examples out there are written in C# and Visual Basic that targets the .NET Framework, I decided to create a post Using Unity IoC Container Dependency Injection, Dapper...
-
Hi, I noticed that you have syntax errrors in your code.
Ex. <UserControl x:Class="StopLight"> in XAML but the code behind is Public Class SpotLight. And the properties of the buttons too...
-
As per documentation, the Into Clause applies to aggregate functions or groupings to apply to a collection which is used in Aggregate, Group By and Group Join clauses (the example that you...
-
* Indeed, the generic approach isn't necessary and perhaps an overkill. Wherein you can simply overload the function with the required types as shown in your solution.
JMC, after researching, I...
-
A solution would be to explicitly check the type of T being passed to the function and execute the GetBytes() function for valid types. Other types are disregarded.
private static byte[]...
-
Hi dee-u,
We used MongoDB for error logging and user audits of our websites (both internal and client-facing). These data are then interpreted into meaningful information such as charts to be...
-
Hello,
This post How To Create Or Generate PDF Reports Or Files Using DinkToPDF in .NET 5 or .NET Core Console Application shows how to create or generate PDF reports or files using DinkToPDF in a...
-
Hello,
Here's a post Using Microsoft.Extensions.DependencyInjection In .NET 5 or .NET Core Console Application on how to make use of the Microsoft.Extensions.DependencyInjection namespace in a...
-
Team,
Here's a post How To Persist Input Control Values In Bootstrap-Table On Paging, Filtering And Searching In ASP.NET MVC that preserves input control values during pagination, filtering and...
-
Hello,
Here's a basic tutorial Getting Started With Unity IoC Container Dependency Injection In .NET Core Using Entity Framework Core ORM And SQL Server on how to use the Unity IoC container in a...
-
Well I did not say that we must have that type of award. I now get the point that the current rep system is suitable in this forum.
-
What I meant to say is why VBForums does not have it's own exclusive MVP award say "VBForums MVP" of which an active VBForums member will be given recognition (like a badge or so) for his...
-
They are awarded to people who "actively share their technical expertise with the different technology communities related directly, or indirectly to Microsoft". The rules and guidelines to getting...
-
Hello,
I asked si_the_geek earlier if this forum had a plan before to create an MVP award system similar to other popular coding forums out there.
In addition to our existing reputation system...
-
Hello,
This article WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And VB.NET is the VB.NET version of this post which demonstrates on how to create a WPF CRUD application...
-
Glad they included ASP.NET Core Web API in the bucket list. I was really hoping that they would add VB support for ASP.NET Core MVC in NET 5 as well.
-
Good day!
Dapper has been widely used as an alternative ORM to Entity Framework in many large scale projects. In fact, I have developed a straightforward internal application before using this...
-
Hello,
This blog post WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET walks you through on how to build a WPF CRUD (Create/Update/Delete) project using the DataGrid...
-
Si,
Ok, thanks.
Regards,
kgc
-
Hello,
Is there a way that we can add new topics to a Sticky FAQ of a sub forum like WPF, ASP.NET, C# and etc? For now these threads are locked by the assigned moderator.
Regards,
KGC
-
Welcome to the forums! :wave:
I would suggest you do some research at Microsoft WPF documentation such as Data Binding and XAML. Below are some of the links to get you started.
Get started with...
-
|
Click Here to Expand Forum to Full Width
|