How to itreate and update treeview through stored procedure?

RobS

New Member
I have created a tree view control which displays all the menu items of the page. Each menu item has menu_id, parent_id and menu level. I have written code for moving a menu item from under one parent menu item to another parent menu item. How do you write a stored procedure to change the menu levels of all the moved menu items?
 
Back
Top