Kerbix
Kerbix
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
😢
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
everything else was perfectly fine
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
and this way my data will transfer from partialview to POST method in controller
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
All I had to do is to add Index as field to Appartment and change partial view to
@model Appartment
<input asp-for="classes[@Model.Index].Name"/>
<input asp-for="classes[@Model.Index].Description"/>
@model Appartment
<input asp-for="classes[@Model.Index].Name"/>
<input asp-for="classes[@Model.Index].Description"/>
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
I just solved this problem, and there was no problem at all...
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
😦
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
Preloaded <select> has data in it, the one that i dynamically add - doesn't
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
This IEnumerable<SelectListItem> does contain data, but it isnt avaliable as option somehow
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
now it doesnt
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
I've had <select asp-items"@Model"> there that worked fine
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
Well because im not using partialView i thought i'll write this html code in JS instead
17 replies
CC#
Created by Kerbix on 12/29/2023 in #help
Dynamically adding data entry forms
Yes it is helpful, thanks! I'm gonna look more deeper into this
17 replies