Although the DataGrid class is retained for
backward compatibility, the DataGridView control is the preferred mechanism for
displaying tabular data as of the .NET 2.0 release.
VirtualMode
DEPLOYMENT
This section walks through two deployment methods. The first creates a traditional
setup file that can be copied and otherwise transported to other computers
for installation. The second is the new ClickOnce deployment offered as of the
.NET 2.0 release.
While setup projects are quite flexible and can install pretty much any configuration
on the target machine, they are also limited in their ability to manage ongoing
updates and changes to the associated application.
ClickOnce requires an available Internet Information Services
(IIS) Web Server.