I want to ask that is there any DataGrid control in C#. System.Windows.Forms.DataGrid????????????
If yes,then where it is in the toolbox??? I have .Net Framework 2.0 installed. Is this control available in this Framework????????
hey first of all tell me that .net Framework 2.0 means VS 2005 na??????
hi brin351.Datagrid or GridView Control is not same. I m attaching the project see in this project dataGrid is used & DataGrid Properties is quite different from GridView Properties.
A DataGrid is a Windows Forms Control, so the equivalent for an ASP.Net Application, in this case a GridView is not going to have exactly the same functionality, this they are two very different environments.
What functionality are you looking for in particular?
Gep, I m creating windows Application. I thought DataGrid is part of web application.Because there is no such control in toolbox in windows application that is having these properties.
Nope, DataGrid is very much part of the Windows World. You can see this from your screen shot,
System.Windows.Forms.DataGrid
When you say this:
there is no such control in toolbox in windows application that is having these properties.
What are you referring to? What properties do you mean?
The DataGrid is still in the .Net Framework, but it's functionality has really been replaced by the DataGridView, which you should see in your toolbox.
I just develop PhoneBuk,in which i store the employee records are stored ,with employee name in the dataGrid.When i click on Datagrid column,we have the employee information shown.