Binding complex data to web forms controls
-
[ Team LiB ] Recipe 7.5 Editing and Updating Data in a Web Forms DataGrid Problem You need to edit complex data using a DataGrid control and update the database with the changes made. Solution Bind the results of a database query to a DataGrid control and update the database with changes made
10p luvpro 04-08-2010 107 8 Download
-
[ Team LiB ] Recipe 7.2 Binding Complex Data to Web Forms Controls Problem You want to bind multiple columns in multiple records to an ASP.NET control. Solution Set the control's advanced properties (see Table 7-1) before calling DataBind( ).
3p luvpro 04-08-2010 88 7 Download