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 a windows form application?

0 Answers  


Explain how many number of events does the timer controls?

0 Answers  


What is the synonym of form?

0 Answers  


For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?

1 Answers   Microsoft,


What is a windows based application?

0 Answers  






How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed

0 Answers  


what is a property to resize a label control according to your caption?

1 Answers  


How many navigational features are provided by visual studio.net ide?

0 Answers  


How can you pause a timer control?

0 Answers  


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

1 Answers  


What is difference between winforms and windows forms?

0 Answers  


We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".

1 Answers   Wipro,


Categories