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 |
How many number of events does the Timer controls ?
Which dialog box allows users to switch to another area of the application?
What are controls in windows forms?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What is the use of lock keyword in C#?
What is form application?
what are events?
how print barcode
Where is system windows forms dll?
What are the different types of JOINs in SQL Server?
How insert record in the database?
Explain something about crystal report in brief?