You don't have to create a BindingList<T> for asp.net. asp.net is happy to work with IList<T>
On Thu, Jan 15, 2009 at 1:01 PM, Gustavo Ringel <[email protected]>wrote: > in winforms new BindingList<T>(IList<T>) will create a boundable list. Same > thing for ASP.NET as far as i remember but i work mostly winforms. > > Gustavo. > > > On Thu, Jan 15, 2009 at 6:47 PM, Kris-I <[email protected]> wrote: > >> Hello, >> >> I have a question, it's not, I think, 100%Nibernate .... >> >> I'm doing a project, first one, completely in NHibernate. I have some >> method, these methods return an IList<>. That's find. >> >> But now, I'd like to bind this IList<> with some controls like : >> DataGridView, BindingNavigator,TextBox and navigate with the >> BindingNavigator. >> >> Could you tell me how I can do this ? Have I do something else to use >> NHibernate result in a Winforms application (the same methods will be used >> in ASP.NET) >> >> Thanks, >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
