T
Tim Bird
I am writing SQL enterprise type application in c# and allowing ht user to
execute queries, etc. The results are displayed in a grid using data
adapteres, etc. Do I really have to write routines to create the Update
queries for the adapter in order for the grid to be updated, etc. I suppose
I'm spoiled by having used delphi where I just slap stuff on a form and it
does most of the work for me.
Are data grids in c# really that convoluted or am I missign something?
execute queries, etc. The results are displayed in a grid using data
adapteres, etc. Do I really have to write routines to create the Update
queries for the adapter in order for the grid to be updated, etc. I suppose
I'm spoiled by having used delphi where I just slap stuff on a form and it
does most of the work for me.
Are data grids in c# really that convoluted or am I missign something?