asp.net tag

49 questions


1 answers
52 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...

1 years ago

1 answers
86 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
42 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...

1 years ago

2 answers
63 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 ...

1 years ago

1 answers
53 views
0
How to Change the URL When Viewing and Using ASP.NET ASMX Services

Create a web API in ASMX in ASP.NET.This can be referenced from the C# project and used in the form of a function call.

1 years ago

1 answers
45 views
0
I want to allow ASP.NET site users access to files on the IIS server.

File upload control is pasted to ASP.NET web page.There is a mechanism for saving to a fixed-name file on an IIS server.Also, if there is a file saved in the previous operation, we have already done t...

1 years ago

1 answers
46 views
0
Is there a way to read configuration files from multiple applications in the IIS worker process with relative path specification?

I would like to read the configuration file in the relative path from the current folder on several web programs at asp.net in C#.For example folder configuration below, I would like to be able to see...

1 years ago

1 answers
47 views
0
In ASP.NET MVC, I want to set the controller properties from ActionFilter.

Thank you for your help.ASP.NET MVC has multiple controllers that inherit a common basic class, all configured with the same ActionFilter.public class BaseController:controller{ public MemberParam mPa...

1 years ago

1 answers
47 views
0
I want the Validation string to be in Japanese.

If ASP.NET Core v1.1 is numeric, there is a validation string that is automatically added. Is there a way to change it to Japanese?[Example]■ View model (excerpt) public class SampleViewModel{ Display...

1 years ago
« - 5 -

© 2024 OneMinuteCode. All rights reserved.