net tag

169 questions


1 answers
50 views
0
I want to get the search results (string) sorted on C#Lucene.net

I would like to get the search results (string) sorted on C#Lucene.net.Could you introduce me to a sample?

2 years ago

1 answers
97 views
0
Understanding Event.keyCode Restrictions on Text Input

Thank you for your help.Windows, VisualStudio 2015 ASP.NET (VisualBasic), .NET Framework 4.6, Local IIS, browsers are developed in Google Chrome, IE, and .Put text (TextBox in ASP.NET, named txtTest) ...


3 answers
181 views
0
IJCAD 2017 VB.NET, eInvalidInput (code:5) error in SetPlotConfigurationName

eInvalidInput(code:5) error in SetPlotConfigurationName when printing in IJCAD 2017 VB.NET.IJCAD print commands allow PC3 files to be selected, but VB.NET does not recognize PC3 configuration files.Th...

2 years ago

1 answers
87 views
0
How to Create a DWF File in IJCAD

Using the .net API, IJCAD automatically tries to output the active drawing to a DWF file.I am creating a DWF file by calling EXPORT in SendCommand, but it is also printed vertically in horizontal draw...

2 years ago

1 answers
118 views
0
I want to close the screen when I press the button on asp.net (VB).

I opened the screen I created on asp.net(VB) in safari on my iPhone.I would like to delete the tab when I press the Exit button.When I press the button, a window appears and says Exit but When I press...

2 years ago

2 answers
118 views
0
DB Connection Entity Frame in ASP.net Core MVC or ODP.net

We are creating a web API using the ASP.net Core MVC model.So I would like to connect to the database and issue SQL and execute procedures.Until now, I have used ODP.net to attach a connection to the ...


1 answers
180 views
0
Using Sessions with ASP.NET Core

Sessions and Application States in ASP.NET Corehttps://docs.microsoft.com/ja-jp/aspnet/core/fundamentals/app-state?view=aspnetcore-2.2Sample Sourcehttps://github.com/aspnet/Docs/tree/master/aspnetcore...


2 answers
144 views
0
Want to pass parameters to WPF user control validation logic

Creating user controls in WPF (.NET 4.5/C#).A text box extension that also implements input validation.We would like to pass parameters to this validation logic in the following ways:<local:UserCon...

2 years ago

1 answers
94 views
0
I want to set policy permissions on asp.net core per Post, not per PageModel

I'm sorry if there's anything wrong with the question.https://docs.microsoft.com/ja-jp/aspnet/core/security/authorization/policies?view=aspnetcore-2.2As you can see in , [Authorize (Policy=AtLeast 21)...

2 years ago

1 answers
92 views
0
How to Pass Multiple ViewData.Models to View in C#MVC4

If I use multiple models to view the view, how do I pass it over?public ActionResult Index() { using(var context=new testDBEntities()) { // First Model ViewData.Model=(from u in context.test1data)...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.