What?s the difference between the
System.Web.UI.WebControls.DataGrid and
System.Windows.Forms.DataGrid?
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 |
List out controls which does not have events?
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 do you display an editable drop-down list?
Which window displays messages for the status of various features provided in the visual studio .net ide?
which Property is used to count no. of items in a combobox?
Explain something about crystal report in brief?
Which method of the messagebox class is used to display a message in the message box?
what are events?
What is a windows form application?
How many number of events does the Timer controls ?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
What is form technology?