How to define the HTML file extension in Visual Studio?
My project does not recognize the css and other files in the html files I have created, although I have written the extension paths correctly. How can I fix?
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
My project does not recognize the css and other files in the html files I have created, although I have written the extension paths correctly. How can I fix?
Hi I have two dropdowns in my Html when I select my dropdown. my second dropdown needs to change related items. My dropdown one has two item Domestic, international second dropdown has three item INR, …
I need to change the navbar link color when I’m navigating through my Razor-Pages. I tried to use JavaScript, but it seems that the pages are getting rerendered every time when I go to another page …
I have interface public interface ISocialService { //… } and class public class RedditService : ISocialService { private readonly DbContext _context; public …
I’ve read a lot of tutorials across the internet about handling form values which are passed to POST handler via AJAX call. All of them assume, that serialized form is parsed by Handler method without …
I have a basic question. I want to customize errors that IdentityResult add to ModelState. this is my code(the foreach in else add errors): var user = new IdentityUser {UserName = Input.Phone, …
I have tried adding an API controller to a Razor pages project in .Net core. I added a Controllers folder to my project, clicked on add item and chose new controller. The pages run on the local host …
So, I have an EditForm Component which has InputText Component which triggers the onFieldChanged event. Also, I have a button that is using the OnValidSubmit EventCallback
I have a list of item, in which contain item that can be viewed by user with specific role or user who has been allowed to view that item. I try query a list of item for a user base on their role and …
This is a blazor project.The Javascipt code is for button in razor. The code is for button group which is when people click button in group 1 and group 2 it change color but in the group 1 will not be …