net tag

169 questions


1 answers
59 views
0
ASP.NET automatically changes input element name to ctl00$ContentPlaceHolder

The reason is that you are using the master page.It was written on an overseas website that ClientIDMode=Static would be fixed by writing ClientIDMode= in the ContentPlaceHolder.But writing this doesn...

2 years ago

1 answers
106 views
0
CryptoAPI can take out the key if it knows the container name, but how should I select and store the container name?

You are trying to contain the key using the System.Security.Cryptography.RSACryptServiceProvider class.I have to specify a container name, but what do you specify for this container name and how do yo...

2 years ago

1 answers
55 views
0
Programs created on vb.net are terminated.

Thank you for your help.Thank you for browsing.If you know the following reasons, please contact us.I would like to ask you a question.Development Language: VB.netDevelopment Environment: Visual Studi...

2 years ago

1 answers
67 views
0
How to find the core of the polyline

IJCAD 2018 STD Standalone is developing customization commands.Questions included: Is it impossible to get the position of the center of the polyline from the properties or from the mass properties?Ob...

2 years ago

1 answers
81 views
0
How do I switch tabs when the tabs in the Tools tab in IJCAD are folded?

I am creating a tool palette using the .NET API of IJCAD 2019.If you have more than one tab in the Tools tab, you cannot switch the tab to another when you make the Tools tab smaller.Normally, the con...

2 years ago

1 answers
94 views
0
I want to handle sessionid on asp.net with client javascript

In web.config, <system.web> <httpCookies httpOnlyCookies=false/></system.web> even if configured asASP.NET_SessionId is not visible from javascript.How can I see it?By the way, on th...


1 answers
49 views
0
Application created with ClickOnce after setting EV certificate is displayed as "Unknown Publisher" during installation

I am using Visual Studio 2019.I asked a certain issuing agency to issue an EV code certificate and set up a driver and token on the development machine.After configuring the certificate with the start...

2 years ago

1 answers
49 views
0
I'd like to know how to retrieve characters while moving the PDF document in ASP.NET.

OS VisualStudio 2019Net-Framework 4.7.2 The module I created before went missing, so I'm going to start over from scratch.I can't find any Net information to give a hint.I would appreciate it if you c...

2 years ago

2 answers
69 views
0
Is it possible to manipulate the contents of the session variable in C#?

I have a question about C#Session.Assume you have stored and retained an array or collection in your session.List<int>numlist=new List<int>();Session [a] = numlist;Is it possible to add a ...

2 years ago

1 answers
90 views
0
How to overwrite block definitions from another file and reflect them on the screen

In IJCAD 2019, I try to update the existing block definition with the following source and reflect it on the screen, but UpdateAnonymousBlocks() says, No method or operation is implemented.AutoCAD 201...

2 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.