Welcome to MSDN Blogs Sign in | Join | Help

Communications Sector Conversations

Rob Cameron, Industry Evangelist

April 2007 - Posts

IDataSource and the SimpleSpreadsheetControl example in the ASP.NET docs
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...
Silverlight (formerly wpf/e) announced at NAB
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...
Authoring Custom ASP.NET Server Controls (Which base class?)
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...
Page view tracker