Building a DataNavigator Control
Details Related Types
Site:  MSDN
Original URL:  http://msdn.microsoft.com/msdnmag/issues/02/04/cutting/cutting0204.asp
Summary:
The list of ASP.NET rich data-bound controls is a long one, but it's not all-encompassing. You won't find any Microsoft® .NET counterpart for the Data control—a scrollable and updateable binding context that data-bound controls could rely on to refresh their user interface. The original Data control allowed for simple movements—first, next, previous, and last. It worked on top of a Recordset object and exposed the UpdateRecord method to save changes according to the capabilities of the currently selected type of cursor. While not the perfect programming tool, the Data control was especially good at building simple user interfaces for tables used internally for administrative purposes.
System.Data.DataSet
System.Data.DataTable
System.Data.IDataReader
System.Data.IDataRecord
System.Data.IDbCommand
System.Data.IDbConnection
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlDataReader
System.DateTime
System.EventArgs
System.EventHandler
System.Web.UI.ControlCollection
System.Web.UI.ITemplate
System.Web.UI.WebControls.Button
System.Web.UI.WebControls.DataGrid
System.Web.UI.WebControls.DataGridItem
System.Web.UI.WebControls.DataGridPageChangedEventArgs
System.Web.UI.WebControls.Label
System.Web.UI.WebControls.LinkButton
System.Web.UI.WebControls.TemplateColumn
System.Web.UI.WebControls.TextBox
System.Web.UI.WebControls.WebControl
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com