What?s the difference between the
System.Web.UI.WebControls.DataGrid and
System.Windows.Forms.DataGrid?



What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.Da..

Answer / sugandhi

The Web UI control does not inherently support master-detail data structures. As with other Web server controls, it does not support two-way data binding. If you want to update data, you must write code to do this yourself. You can only edit one row at a time. It does not inherently support sorting, although it raises events you can handle in order to sort the grid contents. You can bind the Web Forms DataGrid to any object that supports the IEnumerable interface. The Web Forms DataGrid control supports paging. It is easy to customize the appearance and layout of the Web Forms DataGrid control as compared to the Windows Forms one.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net WindowsForms Interview Questions

How save rerecord in the database?

0 Answers  


Name the two main categories of .net components.

0 Answers  


Which C# access modifier helps to limit the accessibility of a class member within the same assembly?

1 Answers   Arctern,


What are different options to store state in ASP.NET applications?

2 Answers   Arctern,


what are the types of combo box?

2 Answers  






Which controls have refresh method?

3 Answers  


What is form technology?

0 Answers  


How many nuber of controls are there in form?

1 Answers   Morgan Stanley,


To which namespace does the control class belong?

0 Answers  


Which window allows viewing the resources of the servers, such as services, processes and the event log?

0 Answers  


What are the three states set in a checkstate property?

0 Answers  


What?s the difference between the System.Web.UI.WebControls.DataGrid and System.Windows.Forms.DataGrid?

1 Answers  


Categories