.net tag

160 questions


1 answers
136 views
0
see Visual Studio's setting reference on the same project?

As shown in the solution configuration diagram, I would like to refer to the same name project (ViewModels) that exists in different paths in the solution from the Views project.However, if you check ...

2 years ago

2 answers
106 views
0
I want to fix the GridView column and scroll through the scroll bar.

I'm looking for a way to separate the columns to be displayed and the columns to be crawled when scrolling horizontally in GridView on asp.net.I'm looking for another way to use the style sheet with t...

2 years ago

1 answers
140 views
0
To download csv as post in ASP.NET MVC5

Trying to do csv output on ASP.NET MVC5.On a screen with multiple parameters and multiple buttons, I post using Ajax.I'm having trouble downloading files and creating files.// Here's an excerpt:$('#do...

2 years ago

1 answers
97 views
0
WPF wants to display transparent WebP images correctly

You can now view WebP in Windows 10, but when you try to view transparent WebP in WPF, the transparent part becomes corrupted.Is there a way to display it correctly?<Image Source=1_webp_a.webp/>...

2 years ago

1 answers
124 views
0
How to Create a WMF File in IJCAD

I can create WMF files with AutoCAD, but I don't know how to implement them with IJCAD.Could you please let me know?The following programs are used to create WMF files in AutoCAD:Function Import WMF (...

2 years ago

1 answers
147 views
0
Benefits and Disadvantages of Razor Page and MVC

for ASP.NET Core·Razor Pages application·MVC applicationThere are two types, but how should I use them separately?What are the advantages and disadvantages of each application?


1 answers
154 views
0
I want to know why the screen flickers when I change the ControlTemplate of the Button control.

■PrefaceIn order to customize the appearance of Button in WPF, we have rewritten the ControlTemplate as follows:(Comment <--Rewrite Control Template Button --> and below) In addition, for ease o...

2 years ago

1 answers
167 views
0
Browse .NET Framework Assembly from .NET Core Applications

Is it possible to browse and run the .NET Framework assembly from the .NET Core application?I was able to add and compile reference settings by specifying DLLs directly, but I couldn't execute them.Ex...

2 years ago

1 answers
147 views
0
Form with DataGridView being edited cannot be closed

The following sources in Microsoft Visual Basic 2015 are not working, is there anything wrong (missing)?Private SubDataGridView_Leave (sender As Object, eAs EventArgs) Handles DataGridView.Leave Dimdg...

2 years ago

1 answers
87 views
0
DataTable.Merge in .Net gets an error if there are no columns of interest

Developed in .Net 4.0 (vb.net).I'm thinking of using the DataTable.Merge method to combine the two DataTable.dataTableA.Merge(dataTableB, false, MissingSchemaAction.Error)If so, Cannot find definition...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.