I am creating a simple WebForm using Visual Studio 2010 targeting .Net 2.0, and I can’t seem to find the Datagrid in the toolbox.
Two questions:
- Does the DataGrid exist in the Visual Studio 2010 toolbox? If so where is it (a screenshot would be awesome)
- If not, can I add it programmatically?
It should be there, probably under the Data section. But you could always add the markup yourself.