I'm working on a project to syndicate library content with RSS.... and learn .NET, C#, and AJAX

Wednesday, June 27, 2007

ListMaker 1.0

ListMaker now has an AJAX collabsible panel that displays results. Oh, and it allows the user to search for Items in the R2 database, displays the results (in aforementioned collapsible panel) with checkboxes for each item. Then user can select the items and click a button to save them, and for now they are saved in another part of the screen.

Next step will be saving the list into the database, then view, edit, or delete lists they created...

For now I am using a static variable to hold my user name and ID.

Hooking up the AJAX Collapsible Panel took me the most time -- because I was assuming it had to be much harder than it looked!

No comments: