How to … Set up LLBLgen Databinding in Visual Studio

LLBLGen Pro ships with its own DataSource controls:

  • LLBLGenProDataSource for selfservicing
  • LLBLGenProDataSource2 for adapter.

These also are located in the SD.LLBLGen.Pro.ORMSupportClasses dll for .NET 2.0 and you have to add them to the toolbox first. This can be done manually by right-clicking the toolbox when a webform is open in the editor (HTML or design view) and then by selecting ‘Choose items…’ which allows you to browse to the ORMSupportClasses dll for .NET 2.0. It’s key you add the ORMSupportClasses dll version you’re also using in your ASP.NET project, as VS.NET can load only one version of a given assembly and this could lead to type clashes in the web form designer. This is a problem with VS.NET 2005.

Toolbox
 

Next steps

  • Drag the llblgen data source onto your form.
  • Configure the datasource and select the entity (ignore view/list for now)
  • Test using a details view (or other rich data control) by setting the datasourceid to the llblgen datasource.

Data binding

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s