Be the first to write a review
MultiView Control in ASP.NET 2.0 – Part 1
ASP.NET 2.0 has brought a plethora of new user interface controls to developers. Most have been added to facilitate large amounts of duplicate coding that was required in previous versions of .NET. By expanding the ASP.NET toolbox to include several new controls that can accommodate a vast set of commonly used interface design patterns a developer can focus more on the user experience instead of custom writing their own user controls.
One of these new controls is the MultiView control. The premise behind this control is something that has been available to desktop application developers for quite some time. The idea being, to enable multiple views of control, layered on top of each other, and dynamically displayed at run-time.
Kevin Koch
Kevin Koch is a senior software engineer with over 8 years experience designing and architecting primarily web based applications. Fresh out of college during the nineties he co-founded Task Solutions and developed several projects with the then popular classic ASP.
During the Dot Com boom Kevin left his position as president and joined a new venture to build an enterprise insurance claim system build upon J2EE technology. After the Dot Com crash Kevin schooled himself to become an expert with .NET technology and is currently freelancing his ASP.NET skills to build enterprise n-tier frameworks using advanced OO methodologies.