»

[23 Oct 2009 | 0 Comments]

Okay quick blog for today. Not my best, but I have been working with SQL's native HierarchyID type and didn't want to see the regular Hex of 0X5B6EAD6B, So by adding a simple .ToString() on my Select statement for my table I was able to change it to be "/1/2/13/"   SELECT TOP 1000 [WidgetInst... [More]

ASP.NET »

[1 Oct 2009 | 0 Comments]

The base class includes the field ‘MyUserControl_1, but its type (MyUserControl) is not compatible with the type of control (ASP.MyControl_ascx). [More]