well, hi again... I come with a new problem :) You see, I managed to work with Entityspaces.
I did all the basic stuff for the northwind database, add, remove, modify and search; ive been using binding sources throughout the whole process. However, now my task is to use the same binding source to get data to the data grid view, and that same data has to go to my textboxes through my binding source.
While im posting this, i have another question. At least, its necessary for me to do this.
I know that to search only for one record (By ID, for example), i have to use a "products" object, instead of a productsCollection object. Right? Is it possible to do it using a collection? actually i just came up with trying to do it with a query and a where... :P
So, um, back to my main idea.
If the original data source is the products object, or the productscollection object, and it goes to the binding source, and from the binding source it goes to the data grid view, how in heaven can i call that information from the binding source to the textboxes?? Since I'm using EntitySpaces, I don't want to be forced to add a connection to a data source, because that would be plainly stupid. Wouldnt it?
Ive been having a headache with this for a while.... :(
thanks a lot in advance for your answer , and for your time. :)