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

What is boxing and how it is done internally?

4 Answers   Microsoft,


How many types of dialog boxes windows provides?

0 Answers  


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

1 Answers   Arctern,


Explain the need of z-order method?

0 Answers  


Name the two main categories of .net components.

0 Answers  






Which Isolation level is helps to read uncommitted data?

1 Answers   Arctern,


Which property of the errorprovider control automatically sets to the form to which?

0 Answers  


What is a fillable form?

0 Answers  


tell me something about crystal report in brief?

1 Answers   HCL, Novell,


HOW TO NET FORMS THE WINDOWS

1 Answers   DELL,


What is the need of z-order method?

3 Answers   Accel,


What is the need of tabindex property is label control?

1 Answers  


Categories