Hi,
I am testing VSTO in VS .NET 2005 beta 2.
I am working on a Word project.
When I right-click on the toolbox, select 'Choose items' and add the DataNavigator control, the control does not show up in any of the toolbox's tabs.
Adding the control in code works fine.
Any suggestion

DataNavigator does not show up in toolbox
Lori M Olson
VSTO does not support BindingNavigator (DataNavigator) control, so it does not show up in Toolbox.
You could use the control in user control and put the user control in actions pane though.
Hope this helps,
Mei
rainwhenidie