by naspinski
16. March 2009 22:07
You can enter debts for tracking, follow, edit, settle and delete them
Now when you log in, you will see that the 'New Debt' button actually works. Just click on it and follow the prompts to add debts.
As for editing, I implemented a slick in-line editing feature, just click on the field you wish to edit and edit it right there, no postback!
To delete [
] or pay up [
] a debt, just click on the corresponding icon and it will be taken care of; once again done with some slick ajax... I love you jQuery!
How it was done
Again, I made accompanying tutorials so you can check out how this was done. It is a full tutorial on how to make an Asp.Net ajax interface without using Asp.Net AJAX. I call it 'Real' Ajax with Asp.Net (not Asp.Net AJAX series : building a complete ajax CRUD system with Asp.Net.