Print Page | Close Window

[Solved]BoundType not matching on tab

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=442
Printed Date: 22-Sep-2025 at 9:44am


Topic: [Solved]BoundType not matching on tab
Posted By: orcities
Subject: [Solved]BoundType not matching on tab
Date Posted: 20-Sep-2007 at 10:18am
I know this is in a couple other threads but I think it deserves it's own thread.
 
I added a view to the tab control of a particular grid. (Role) on the Page (User). And It works just fine. It gives me all the Roles the User belongs to.
 
Whe I add a tab with a different view type (ThreePanel) and want to add that control to the new view in a SmartPartPlaceholder it gives me the following error:
 
The item type of the BindingSource that you selected [LOC.CEMS.Model.User] does not match  the BoundType of this BindingManager [LOC.CEMS.Model.Role].
 
I noticed Linguinut has the same problem.
 
 



Replies:
Posted By: orcities
Date Posted: 21-Sep-2007 at 9:33am

Not sure what exactly was causing this. But the example used by bill works great. It could be alot of different issues.

http://www.ideablade.com/forum/forum_posts.asp?TID=443 - Process for creating new Base View?
http://www.ideablade.com/forum/forum_posts.asp?TID=443 -  
 
Best bet is to use his example as a template for other modules.



Print Page | Close Window