Ugly God
Ugly God
CC#
Created by Ugly God on 11/4/2023 in #help
✅ How can I pass data from JS to a ViewModel?
Got it working now, thanks so much. Its a small personal project but I'll try to clean up my code as a learning experience.
9 replies
CC#
Created by Ugly God on 11/4/2023 in #help
✅ How can I pass data from JS to a ViewModel?
Thanks for the answer. I'm only using the lists to display contents for a select input, they're on ValidateNever, because I'm trying to have all CRUD operations on one page. But I'm not sure if its a smart idea. Since im trying to return only the Transactions, it should look something like this right?
Transactions:id":8,"name":"Salary","categoryType":"Income"...
Transactions:id":8,"name":"Salary","categoryType":"Income"...
9 replies