Three New "Working with Data in ASP.NET 2.0" Tutorials Available
Three new Working with Data in ASP.NET 2.0 tutorials are now available. These three wrap up our look at the DataList and Repeater. The first two tutorials examine how to implementing sorting and paging in a DataList and Repeater. Unlike the GridView, DetailsView, and FormView, implementing paging and sorting in the DataList or Repeater requires a bit more effort than simply checking an “Enable Paging” checkbox. The third tutorial looks at adding custom Buttons, LinkButtons, and ImageButtons into the templates of the DataList and Repeater.
As always, the tutorials are available in either C# or Visual Basic. The complete code can be downloaded in ZIP format, and the articles are also available as PDF.
Coming soon - four tutorials on accessing data directly using the SqlDataSource control!