From: benny <be...@ch...> - 2004-03-19 11:52:15
|
> Don't see why, as i tell in my latest email it's a specific feature of > the Borland Data Provider, maybe i'm wrong but if you try with SqlClient > you will be not able to see the data at desing time either. > How are you assigning the DataSet to the DataGrid ?? and how are you > doing the Fill of the DataSet ?? > You can review one of the ASP.NET samples (the VB.NET one) in the 1.5 > packages that uses a datagrid for show data. Hi, I might found the clue... I think at least I have to do the tablemappings between the source table (fbcommand) and dataset table(dataset) is it? But unfortunely I got error :- Object reference not set to an instance of an object ... why ? As if I cant set references on the Dataset, I would get empty dataset that I can't use datagrid's datasource to reference on it. By doing so, I can't even fill the column in Datagrids according to the Data Fields [that exist after assigning the non-empty dataset]. TIA regards, benny ;) |