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

If you are calling three SPs from a window application how do u check for the performance of the SPS ?

1 Answers   Accenture, BirlaSoft,


how can u split a column header in gridview using C#.net

2 Answers   IBM,


Explain how barcode create in the report?

0 Answers  


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

0 Answers  


Which property value of the helpnavigator property will display the index for a specified topic?

0 Answers  


What is the full form of gac?

0 Answers  


Is form action required?

0 Answers  


how find recored from the database

2 Answers   Wipro,


What is the use of form?

0 Answers  


What are ACID properties of a transaction in DBMS (Database Management System)?

2 Answers   Arctern,


which property of menu cannot be set at run time?

3 Answers  


What are the new events in textbox that has been included in VB ?

2 Answers  


Categories