So I was coding away on an MVC project with integrated jQuery. I use jQuery UI Tabs in my page and let the user add new, delete and re-order them. All this I wan't to save to the database so I can display it the next time the user logs on. I'm using JsonResult to handle […]
↧