I have two controllers Booking and Checkout. Posting form data from controller Booking to Checkout index get page. I want to retrieve the object submitted when
I'm developing a school project using a html.beginform to when i click in a button i go to a diferent Action, but i need to pass the values that i have inside m
What I am trying to do is getting two entity and returning from a single return using Json Object so getting this exception:- Self referencing loop detected for
ASP.Net MVC project is not able to serve js in wwwroot/js folder (generated by webpack). I'm getting a 404 when page is trying to access js/app.js. The csproj h
I am currently developing an ASP.NET 4.8 MVC single-page application that is expected to support multiple languages. From various resources, I found that one wa
The Job model class has a column: public DateTime JobDate { get; set; } When I am trying to add a new Job, the input of JobDate is from <input type="dateTim
I have 2 routes. 1e route for normal pages. 2e route for my json response controller (api with session auth) public static void RegisterRoutes(RouteCollection r
I am kind of lost when it comes to jQuery sometimes, though I know there is a way! How do you update or move three cells data to another row based on the rows i
I have this form: <form method="post" asp-controller="Auth" asp-action="RegisterUser"> <div class="form-group ms-1 my-1"> <input class="for
I have an email body template for sending email to a customer with shipping tracking nos and links to the tracking site. The logic enables me to use this templa
public class TagVM { public string TagName { get; set; } } public class TagListVM { public List<TagVM> TagList { get; set; } public TagListV
I have a select2 to display list of timezone and automatically set selected value, codes below works properly in development environment (ASP MVC Net Core 3.1),
in my Mvc controller I have the following action with a defined route [HttpGet] [Route("OrderLineSchedule/{salesOrderId}/{webOrderId}/{orderLineNumber}")]
enter image description here Instead of "A+" i need that value which is selected by user from dropdown list.
My initial issue is that my database does not update when I call on this specific code. I am not sure if it is C# itself or the update query that I am calling.
I have a large .NET project in C # that includes 78 library projects and one MVC project. Most of the projects are related and have been used in the MVC project
I am trying to send an email using asp.net MVC 5 I use the number of repositories for email it's working on local but after deployment, it's not working where I
I am trying to do an online library(as in an online book store) using ASP.NET MVC. I can't find the Program.cs file or the Startup.cs file. I tried manually cre
I have to API's talking to each other on Kubernetes. The first API asks the second API for a small file using RestSharp (in ASP.NET). The file is 8Kb so basical
Hello everyone and thanks for helping me in advance. The following question might sound silly but I'm a beginner about it. Let's start! I have the following jso