asp.net tag

49 questions


3 answers
44 views
0
What are the benefits of including a tenant ID in a URL in a multi-tenant site?

Creating multi-tenant sites.For example, the following sites include the tenant ID in the URL so that each tenant has a different URL, but I don't understand why.What are the advantages and disadvanta...

1 years ago

1 answers
130 views
0
ASP.NET Web API Cannot Connect to Azure Redis Cache

I'd like to access Azure Redis Cache from ASP.NET Web API.I implemented the controller by referring to this official document and blog, but I can't connect.How to use Azure Redis CacheUsing Azure Redi...


1 answers
49 views
0
Row data cannot be retrieved correctly in ASP.NET HtmlTable.

There are actually two lines in the table, but I can only read one line from the HtmlTable control.First, the aspx file has a table.<table runat=server id=datatable border=1> <tbody> <...

1 years ago

1 answers
84 views
0
Error adding item with same key when submit

I'd like to solve it as soon as possible.Environment: Asp.Net MVC4 (cshtml) I would like to post the viewmodel bound to view on submit to the stovetoller.An item containing the same key has already be...

1 years ago

2 answers
135 views
0
Accessing DbContext Directly without WebAPI in ASP.NET Core 3.0

I am currently studying how to build a web server using ASP.NET Core 3.0 and Blazor. After searching for online tutorials, we found a way to access databases such as SQL Server using WebAPI using the ...


2 answers
46 views
0
I want to improve the display performance of the ASP.NET website.

We are developing an evaluation system for cram schools.Web applications built with ASP.NET MVC (vb.NET, .NET Framework 4.6).HTML is used to generate a list with student names vertically and evaluatio...

1 years ago

1 answers
50 views
0
I want to attach the asp.NET MVC localization multilingual switch button

Environment ASP.NETMVC C#HTML CSS jquery 3.3.1 postgres4 https://qiita.com/yuu-eguci/items/40f171dff0f8c2cb4748Based on the above article, I tried to install the multilingual switch button.The ajax in...


1 answers
47 views
0
In the c#ASP MVC5, the JS file is arranged in an arbitrary folder and used in the cshtml file.

Suppose you have the following folder configuration:Any folder name 1 

1 years ago

1 answers
45 views
0
ASP.NET WebForm model bindings:for arrays

I am having trouble with ASP.NET WebForm (not MVC) model binding.For example, if you want to edit the following classes using FormView with bidirectional model bindings, public class Lover{ public cla...

1 years ago

1 answers
117 views
0
Failed to connect to .net core 3.0 MVC "Web server 'IIS Express'."

I would like to develop MVC using .Net Core 3.0, but the following error message appears and I cannot start the screen.Are there any possible solutions?What do you want to doLaunch MVC project using V...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.