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
73 views

Trouble with CSS in ASP.NET 4.6

I have a project I've been working on for the past couple of months. Everything has been working fine up till today. When I came I noticed that all my button sizes were the same. I like to use the ...
NMeneses's user avatar
  • 152
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