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

Explain something about crystal report in brief?

0 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


How insert recored in the database

1 Answers   Wipro,


what are events?

4 Answers  


Which event occurs when a user drags an item in a treeview or listview control?

0 Answers  






How to get records from a database?

0 Answers  


How do you customize the column content inside the datagrid?

2 Answers  


which property of menu cannot be set at run time?

3 Answers  


HOW TO NET FORMS THE WINDOWS

1 Answers   DELL,


How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?

1 Answers   Arctern,


What is difference between winforms and windows forms?

0 Answers  


What is form and meaning?

0 Answers  


Categories