NHibernate and Databinding

  • Thread starter Thread starter Hoffmania
  • Start date Start date
H

Hoffmania

Is there a good tutorial of getting databinding working with NHibernate
collections such as bags with lazy loading. I can access the collection
programaticly, but not directly with databinding.
 
Is there a good tutorial of getting databinding working with NHibernate
collections such as bags with lazy loading. I can access the collection
programaticly, but not directly with databinding.

No, unfortunately, there's very little on NHibernate out there :-( The
best place I know to look for NHibernate stuff is Ben Day's web site
and weblog (http://blog.benday.com/)

As for databinding - how are you binding? And are you using VS.2003 or
VS.2005 ?? ASP.NET or Winforms?

We've created some stuff on NHibernate and we can easily access
collections and bind them to e.g. a listbox or something. No reason
why that shouldn't work, AFAIK.

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top