Skip to main content

All Questions

2 votes
1 answer
341 views

MVC Change Landing Page is not working: Options.Conventions.AddPageRoute(

I tried changing the landing page of my web page Mvc application using this command. However it is still redirecting me to regular index, not Products/Index. How would I resolve this? public void ...
AlexRodgers's user avatar
3 votes
1 answer
936 views

Change MVC Home Landing Page: No service for type 'Microsoft.Extensions.DependencyInjection.IServiceCollection' has been registered

I tried changing the landing page of my web page mvc application using this command. I received this error below. How would I resolve it? public void Configure(IServiceCollection services, ...
AlexRodgers's user avatar
1 vote
1 answer
4k views

How to Edit Enumerable or List View in MVC Net Core

How do I create a Edit View for a List? The following is a sample view and model for a single item, which works correctly. Next question is, I have a list of items I want to edit. How would I conduct ...
user avatar
0 votes
1 answer
793 views

Get Value from Textbox and Lookup using AJAX

So right now i'm developing some software payroll project, and right now i'm stuck with this kind of problem [CLICK HERE FOR THE PIC] The example code for what i'm doing(Razor) <td style="padding-...
CamelToe's user avatar