Moving from Delphi to Visual Studio (C#), I cannot figure out what to use
instead of DataModules. In classic Delphi database application I would create
datamodule with data acces components (TDataSet) and in form I would assign
properties in design time to this components.
In VS I created Component (for example named Client) that would be something
like DataModule with datasets in it. However, placing DataGrid on the form I
cannot choose dataset from this Client component in design. I know that I can
do anything I want in run-time, but what concept and approacj supposed to be
used in that situation.
Some advice or link would be very appriciated.
--
Max