April 2007 - Posts
I was looking over the ASP.NET 2.0 server control documentation for writing databound controls and grabbed the sample code for the CompositeDataBoundControl server control base class to examine how to use the base class. I configured it to bind to a SqlDataSource
Read More...
I was going to post how excited I am to see a cool product name like Silverlight follow a somewhat confusing code name (wpf/e) but Brad Abrams beat me to it here :-). Here is a link to the press release for Silverlight. Jeff Wilcox highlights some key
Read More...
ASP.NET 1.1 and earlier provided essentially two potential base-classes for authoring custom ASP.NET server controls: System.Web.UI. Control - The root class for all server controls, even for the Page class. The Control class does not provide any user
Read More...