Skip to main content

All Questions

Tagged with
0 votes
3 answers
1k views

Retrieve Json Data as a IEnumerable

Goal: Send a json data with many data from frontend to backend. Problem: When I send the data to the backend i do not retrieve it as a IEnumerable What part of the code am I missing? Info: *Using ...
HelloWorld1's user avatar
  • 13.9k
0 votes
1 answer
128 views

JQuery .on not working when content is being called from Ajax

I've got an issue that I see was solved for many people, but it seems that none of the solutions are working for me. Maybe it is my approach. I've got an Edit page (for an Album), within, it has a ...
Derek's user avatar
  • 663