Daily Archives: October 2, 2010

Silverlight WCF RIA Domain Service Class – CRUD (Part 5 Delete Entity – Row)

This sample is to Delete the rows from the entity. It is quite similar to Update if you look closely at the code. 1. Add a button control name btnDelete. <Button Content=”Delete” Height=”23″ HorizontalAlignment=”Left” Margin=”218,155,0,0“ Name=”btnDel“ VerticalAlignment=”Top” Width=”60″ Click=”btnDel_Click” /> … Continue reading

Posted in Uncategorized | 2 Comments