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
What are the forms of graphics?
What is form and its types?
Explain the difference between listindex and tab index?
Explain how to find the current record position in data control?
How to use the FindControl() function to preselect an item in my dropdownlist?
Which method of the messagebox class is used to display a message in the message box?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is the difference between desktop application and windows application?
What is the difference between a document and a form?
What is the synonym of form?
how barcode print on the win form
how print barcode
Explain how barcode create in the report?
What are windows applications?
What is the full form of gac?