How to fill data validation dropdown based of other sheet?
I Have Two sheets and i want to add data validation to first column and fill its value based on first sheets first column.
this is my code:
I Have Two sheets and i want to add data validation to first column and fill its value based on first sheets first column.
this is my code:
I have a problem with area
I am creating a web API in ASP.net core for my angular frontend and right now I have implemented a filtering feature on my frontend page where the users can filter and sort the data using any field, with regex filters, and also allow the user to only show a number of elements on each page. the problem with this is that: every time I have to send all the data from my backend which won’t come in handy when I have a big database, so I must do the filtering, ordering, and paging on my backend depending on what the user requested from the front.
How’s this problem usually solved? are there known technics for doing this?
I am trying to show name in dropdownlist from Model that look like Model.list<AnotherModel>.List<string>.
I am currently learning Asp.net core Mvc (with vs 2019) and I have a question. I know I can create a model and with help of Scaffold create a local database through the program but I if I have already my own sample database, how I can insert it and show some details to web?
I’ve read about .Net framework and ADO.NET Entity Framework but this isnt working on Core version.
Followed Microsoft guides but they had only the “Seed Data” but i can’t make it work with my db Table.
Is there any way I can achive it? Or i have to recreate the project on .Net Framework ?
I’m trying to read some objects from appsettings.json. The json contains this structure:
I have 2 Hub classes,
I have 2 Blazor WA apps and 2 ASP.NET Core Web Application servers which communicate via SignalR (one Blazor WA talks to one ASP.NET Core Web Application server, and another Blazor WA talks to it’s ASP.NET Core Web Application servers).
Before posting this question I have gone through multiple posts that are similar. My question focuses on “why is it happening despite applying the common and possibly right solution?”.
I have a problem in EditUserProfile in razor page, so there is no problem showing the user information in the page, but when I press edit button, I get user information through the form but I can’t save or user it.