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 |
what is the Difference between listbox and combo box?
which property is used to change to some value to access a identity column in datacontrols?
What is the difference between the add() and insert() methods of a listbox control?
How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?
which Property is used to count no. of items in a combobox?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
How many system controls are available ?
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?
what is acomponent in windows applications?
Explain how to get records from a database?
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
Is typeform free?