Lance Ahlberg's WebLog

Reflection on reason

Browse by Tags

All Tags » Visual Studio .Net (RSS)
Binding the GridView control to a complex (deep) business object
MSDN Magazine features a new ASP.NET 2.0 Grid control called GridView. http://msdn.microsoft.com/msdnmag/issues/04/08/GridView/default.aspx I have been working with this control in conjunction with an ObjectDataSource in order to display data directly...
Reflecting on generic types
I've recently been having fun trying to get the type of a generic list using reflection. The VS2005 MSDN doco suggests trying something like.. Type classType = Type.GetType(“System.Collections.Generic.List[[System.String,Mscorlib]],Mscorlib“...
More on getting NUnitAsp LinkButtonTester to work with VS2005
More on getting Nunitasp working with VS2005. I have been having a problem with the LinkButtonTester, and it turns out that ASP.NET 2.0 doesn't like having “NunitAsp” as the Http Request UserAgent setting. When I set the UserAgent to be Mozilla...
Getting NunitAsp LinkButtonTester working with ASP.NET 2.0 (Whidbey Alpha Community Edition)
I have recently been investigating a exception raised when I call the click method of the LinkButtonTester within NunitASP. This wasn working fine with ASP.NET 1.1 but is now broken with ASP.NET 2.0. I debugged the operation of Nunit to see what was causing...
More Posts