DataGrid

  • Thread starter Thread starter b89
  • Start date Start date
B

b89

I am working with Visual C++ .NET 2003. I need to be able to use a DataGrid
in my application. My program is not and will not be connected to a
database. I must be able edit each cell as a user and allow the program to
access each cell and the edit them. The program needs to load the cells
during runtime. I have not been able to find any information on this .NET
tool so far over the internet. Your help is greatly apreciated.
Thanks,
Brad
 
I am working with Visual C++ .NET 2003. I need to be able to use a DataGrid
in my application. My program is not and will not be connected to a
database. I must be able edit each cell as a user and allow the program to
access each cell and the edit them. The program needs to load the cells
during runtime. I have not been able to find any information on this .NET
tool so far over the internet. Your help is greatly apreciated.
Thanks,
Brad

Brad:

The msdn class documentation can be found here

http://msdn.microsoft.com/library/d...fsystemwebuiwebcontrolsdatagridclasstopic.asp

if this isn't what you are looking for just reply.
 
Back
Top