❔ Save each specified value in an input field as a whole when there are multiple tags in input field

Hi, just wondering, is it possible to save each individual value that is specified in an input field along with other fields to the database as a whole? Like for example, I have this. Is it possible to save the values into database like
Classroom Name Floor Level
CL05-01 1
CL05-02 1
Classroom Name Floor Level
CL05-01 1
CL05-02 1
4 Replies
mikernet
mikernet2y ago
I don't think I understand the question You can save that data however you want
CoreVisional
CoreVisional2y ago
So..it won't be saved into something like
Classroom Name Floor Level
CL05-01,CL05-02 1
Classroom Name Floor Level
CL05-01,CL05-02 1
?
mikernet
mikernet2y ago
Show some code as to how the submit code looks You can split the classroom levels on the ',' char with string.Split() and process them separately
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Not a question about how syntax or something about coding but, im trying to find the Themes Folderbasically where every theme that i installed is on Visual Studio 2022~??❔ EntityFramework Relations doesn't workHewoo, I'm new to EntityFramework and I'm trying to make a simple One to Many relation but it doesn'❔ ❔ MVC - Chart - Model - NullReferenceExceptionI'm using google chart to display my data. The chart works by default, but when I change the foreach❔ Get id from query or DTOImagine I have the next two entities class Task{ public int Id {get;set;} public string Desc {get;s✅ Is it possible to check how long it would take for the battery to finish charging?Hi, I know i got a lot of information form my previous thread, but I would still like to access more❔ ✅ How do I import System.Windows.Devices.Power?I know I need to make a namespace, but how? It doesn't show up on the list and I just want to aggrav❔ Capture parameter value with Moq decorated with the 'in' keywordHello! I'm writing Unit Tests for a library with a lot of structs, which utilizes the `in` keyword t✅ Mention user in footer in Embed (.Net 6)Hi, I'm trying to mention the user to used the command in the footer but I can only make it write itMap complex object (dictionary) from appsettings.json to modelHi, i have a complex appsettings.json like this ``` "interceptor": { "interactionType": "redire❔ Passing a list of values to Stored Procedure in EF CoreHey devs, I would like to know whether it is possible to pass a list of values as a parameter to a