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...
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 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...
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...