I have a page with 2 reorder list controls.
The InsertItemTemplate template isn't showing on the second of these.
When I look at the source I see that there are lots of times where ViewState is being used without identifying the control.
e.g. ViewState["ItemInsertLocation"]
so I'm presuming that the first control may be doing something to these global values that interferes with the second one.
I'll probably end up putting the second control on a separate page in an IFrame but thought I'd point it out as it seems to limit it's usefulness quite significantly.