Community

Unit Testing ASP.NET User Controls

(Brian Mains) I wrote in a past article about unit testing ASP.NET pages. It is also possible to work with user controls, with some additional considerations. User controls inherit from System.Web.UI.UserControl class; however, it is possible to create an intermediate class, between the UserControl

Read More - Register for Free Membership