asp.net tag

49 questions


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


1 answers
79 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)...

1 years ago

1 answers
73 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)...

1 years ago

1 answers
84 views
0
Upload multiple ASP.NET CURL binary data

ASP.NET MVCC#Inheriting apiController to create WebAPI.Previously, during development, one type of binary data was included in the requested body for POST.curl --data-binary@filenamecontroller post (b...

1 years ago

1 answers
62 views
0
I want to set content and script for each area in ASP.NET MVC.

Developed in ASP.NET MVC5 (Visual Studio 2013 Update 4) environment.Content (e.g., css) and Script (e.g., Javascript) usually create and expand folders directly under the project.Is it possible to pla...

1 years ago

1 answers
68 views
0
About ASP.NET Web Custom Controls

When using the ASP.NET Web Custom Control, in the ASPX file:We have added a description.'<%@Register tagprefix=tagprefix name namespace=namespace name assembly=ASSEMBLY name%>' Is it possible to...

1 years ago

2 answers
71 views
0
How to create an API while using the ASP.NET form application

For some reason, we are developing it with ASP.NET form application instead of MVC5.However, I would like to create an API that does not have a form page in this project.Is there a way?

1 years ago

1 answers
55 views
0
ASP.NET Cannot Use Perfectscrollbar

The problem is as per the title, but when I tried to use the jQuery plug-in called perfectscrollbar in the ASP.NET web form, 0x800a01b6 - JavaScript Runtime Error: Object does not support 'perfectScro...

1 years ago

2 answers
75 views
0
I want to load resx file in ASP.NET

Under App_LocalResources, you have your own resource files that are not mapped to the page.master.resxI'd like to load this with C# and get the string inside. Is there a way?The reason why I want to p...

1 years ago

1 answers
86 views
0
Is there a way to fix the GridView column width?

Regarding the title, even if I set the width of td, if I adjust the screen size, the width of the column will change a little.Is there a way to fix it?

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.