Silverlight 4 with Jeff Prosise, WebDataGrid CRUD & Validation

Craig Shoemaker / Friday, February 5, 2010

Here are the media items I posted this week. I hope you enjoy!

Silverlight 4 with Jeff Prosise

Jeff Prosise joins the show to discuss the details surrounding the new LOB features of Silverlight 4 beta.

WebDataGrid Validation

WebDataGrid Validation

Learn how to include client-side validators in the WebDataGrid during CRUD operations. See how to use stock ASP.NET validation controls as well as working with custom validators. Finally, learn to customize the validation message with a custom style.

WebDataGrid AutoCRUD

WebDataGrid AutoCRUD

Learn how the WebDataGrid supports AutoCRUD. The AutoCRUD feature is the default behavior of the grid to interface with an ASP.NET data source control to manage all the select, insert, update and delete messages of the grid. This demo uses the ObjectDataSource, but the approach is the same for any other supported data source.

 

WebDataGrid Manual CRUD

WebDataGrid Manual CRUD

Learn to implement CRUD operations by handling the WebDataGrid CRUD events manually. See how you can take explicit control of the select, insert, update and delete messages to implement your own data access logic.