❔ I am Kinda lost right now
Getting all data from DB in Csharp and adding each Row to the HTML Table?
3 Replies
I got all the db written to a LIST and i can console.writeline each row but i done the html got it working .. but now trying to figure out how to get each added row thats in the list inserted into the html via JS
Only thing i am stuck at is the list and sending each row via a return data. or should i call on a js function to insert each row that way and js call the html to add the new line..
Well, you would need to get the data from C# first
So you'd need an API endpoint that returns the list
And
fetch()
it with JSWas 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.