Asp.net core mvc optional parameter for Index
im currently trying to create a Controller in ASP.net core mvc with an optional parameter “id”.
Im fairly new to asp.net, I’ve tried to check other posts but nothing solved my problem.
im currently trying to create a Controller in ASP.net core mvc with an optional parameter “id”.
Im fairly new to asp.net, I’ve tried to check other posts but nothing solved my problem.
It seem that debugger doesnt enter at all at the success function. The dropdown im trying to populate is part of a modal in /Dokument/Dokument route when i press a button i get a modal with some fields. One of the fields is a dropdown which has to get values from Tipi table. In the dropdown I see nothing not even the message
Is it possible to add data binding expression for ValidationGroup within ASP.NET GridView in a user control?
I am trying to use a model I created (RoleAssignmentRecord) in my Index.cshtml file (in the Pages folder). Below is my Index.cshtml code:
I have a problem with getting identity primary key from a logged user with using sql queries without Enity Framework.
So when i put login and password of user from my database UserDataController copy UserEmail (login) to WorkSpaceController and put it in public ActionResult UploadFile(string useremail) in useremail data. So I can use it in query in WorkSpaceController to get an ID with this email. But the problem is I can’t use UserID that i got as a parameter for insert query. Look at the code below
Hi I want to ask is there a way to submit validate and link to other page in BLAZOR
Thats how I link cancellation to other page
I wrote some code in Asp .net Core
At the bottom line I have a button that when clicked on it is directed to the Action Method by JQuery
currently my Class Diagram looks like this:
I want to get rows with the count column and sum column like in the SQL command ... count(column1.table1) as countname, sum(column2.table1) as sumname ..., but I don’t know the right way to write it in Linq, for the example: