Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [asp.net-mvc]

The ASP.NET MVC Framework is an open source web application framework and tooling that implements a version of the model-view-controller (MVC) pattern tailored towards web applications and built upon an ASP.NET technology foundation.

asp.net-mvc
1 vote
0 answers
35 views

How to make a redirect after Login into Account

I use JWT token, send a request to receive a token, receive a token, how can I make a redirection in a convenient form after successfully completing the authentication procedure? I tried to do this ...
CriticalError's user avatar
-4 votes
0 answers
19 views

how to add authantication in c# mvc? [closed]

how to add authantication in c# mvc? how to add authantication in c# mvc?how to add authantication in c# mvc?how to add authantication in c# mvc?how to add authantication in c# mvc?how to add ...
Praveen Dubey's user avatar
0 votes
0 answers
42 views

Array cannot be null. Parameter name: Bytes

I wrote a .NET Console application to migrate some data. Although the migration seems to complete successfully, the migrated data doesn't work as expected in my MVC project, which is also in .NET. The ...
Juan Pablo's user avatar
0 votes
0 answers
35 views

i want text of label when it in datalist

in .net , i have a problem . i want the text of label in datalist and i cant use id because its in datalist and its id is not available in c# or js .i don't can use for to find lable in datalist my ...
amir aabas rafighi's user avatar
0 votes
0 answers
11 views

ASP.NET MVC (blocked:csp) error when running in local

I am getting the (blocked:csp) error in my Chrome browser when my app. I have the headers set up like this: HttpContext.Current.Response.Headers.Add("X-Content-Security-Policy", "...
Wasyster's user avatar
  • 2,447