What?s the difference between the
System.Web.UI.WebControls.DataGrid and
System.Windows.Forms.DataGrid?
Answer Posted / 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 View All Answers
Is form action required?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
Explain the need of z-order method?
What is the synonym of form?
How can you pause a timer control?
What are the components of gui for windows?
Explain how to split a column header in gridview using c#.net?
How insert record in the database?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Which window allows viewing the resources of the servers, such as services, processes and the event log?
Which event occurs when a user drags an item in a treeview or listview control?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is window form application?
Name the two main categories of .net components.
Is typeform free?