Admin page of DnANavBar Extension
It was an requirement for who wants to change main menu items and its orders of website from admin panel.
I may publish it, but it is using AjaxControlToolKit and .Net 3.5, so not for now.
I was not so happy with ReorderList control of AjaxCT. When items reordered, update method triggered without problem, but when update fields with its edit item template, i couldn’t reach the data of item except than index field. In articles people talk about parameters must match in select and update methods. Anyway, i did my updates in OnItemCommand event.
I am thinking about to look JQuery’s drag and drop features next…
