Hello, I have an IList, this IList is send by a method useing NHibernate.
I'd like use - a DataGridView - a BindingNavigator - some TextBox I'd like to bind all this little world with this IList and .... when I push Next,Previous of BindingNavigator the curosr row of the gird move, the textbox content change, .... How can I do that ? Thanks,
