Print Page | Close Window

Alternate to ControlBindingManager

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=871
Printed Date: 03-Sep-2025 at 12:47am


Topic: Alternate to ControlBindingManager
Posted By: Rajan
Subject: Alternate to ControlBindingManager
Date Posted: 07-Jul-2008 at 3:45am
Hi,
 
We are using ASPDataSource to bind the entities to the grid and looking for an alternate of ControlBindingManager, which binds any object with IdeaBlade business objects.
 
We can't use <ASP:DetailsView> as layout as skinning is difficult and would be better if you have alternate solution to bind the detail controls to single entity like below from Client/Server.
 
this.mContactsCBM.BoundType = typeof(ABC.BusinessObjects.Contact);

this.mContactsCBM.Descriptors.Add(new IdeaBlade.UI.WinForms.ControlBindingDescriptor(this.salutationTextBox, typeof(ABC.BusinessObjects.Contact), "Salutation"));

Thanks & Regards,

Rajan R.G



Replies:
Posted By: davidklitzke
Date Posted: 07-Jul-2008 at 10:09am
You are not the first person to ask for this feature, but to implement it would be a huge amount of work, and, in the end, it would not be as good as the Control Binding Manager that we use for WinForms.  Therefore, we have decided not to implement the feature, and instead to concentrate on higher priority feature requests.


Posted By: Rajan
Date Posted: 07-Jul-2008 at 10:23am

Can you provide us any other alternate approach or helper classes to avoid detailsview and bind to asp objects?

Rajan R G




Print Page | Close Window