Using an SQL join in a SQL delete statement

I found this post by Ben Nadel when I was looking for a way to delete the rows in a table based on a foreign key column….

Accessing Controls in a DIV with the runat=server attribute

When you use the runat=”server” attribute with a div tag in asp.net, any controls nested in the div will not be accessible directly via the page’s Controls…