We would like to put the same toolbar on the top and bottom of the page. What is the best way to do this?
We put the toolbar in the asp content, but add items to it in c# code. Two toolbars can't have the same ID's. Is there a better/cleaner way to do this other than having two different toolbars and every time we add an item to one, add it to the other.
We put the toolbar in the asp content, but add items to it in c# code. Two toolbars can't have the same ID's. Is there a better/cleaner way to do this other than having two different toolbars and every time we add an item to one, add it to the other.