How do I add a DropDownList to EditItemTemplate, Using an Access Database (And Then Some)?
Details Related Types
Site:  DotNetJunkies
Original URL:  http://www.dotnetjunkies.com/Tutorial/91586A86-98AC-43BE-BF4F-193BB34AC3F6.dcik
Summary:
In a recent artlicle we discussed how to populate a DropDownList box from within a DataGrid's Column while the DataGrid was in "edit mode". Well, this article builds off that example, and adds some new elements and features. First, instead of using the SQL we are going to use Access - specifically, the Northwind database. Second, when filling the DropDownList we aren't going to make a seperate call to the database to get the data - instead we are going to use a DataView and filter out the specific rows we n
System.Data.DataSet
System.Data.DataTable
System.Data.DataView
System.Data.OleDb.OleDbCommand
System.Data.OleDb.OleDbConnection
System.Data.OleDb.OleDbDataAdapter
System.Data.OleDb.OleDbException
System.Data.OleDb.OleDbParameter
System.EventArgs
System.Web.UI.MobileControls.TextBox
System.Web.UI.WebControls.BoundColumn
System.Web.UI.WebControls.DataGrid
System.Web.UI.WebControls.DataGridCommandEventArgs
System.Web.UI.WebControls.DropDownList
System.Web.UI.WebControls.EditCommandColumn
System.Web.UI.WebControls.TemplateColumn
System.Web.UI.WebControls.TextBox
System.Web.UI.WebControls.VerticalAlign
System.Windows.Forms.DataGrid
System.Windows.Forms.TextBox
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