Navigation for ASP.NET Web Forms manages movement and data passing between ASPX pages in a unit-testable manner. There is no client-side logic, so it works in all browsers, and no server-side cache, so it works with the browser back button.
Comprehensive documentation and sample code can be found under the
Documentation tab(Make sure to unblock all zip files prior to extraction)
Features
- Loosely coupled Pages
- Typed data passing
- Empty code-behinds
- Unit Testability
- Secure applications
- Problem-free browser back button
- Context-sensitive bread crumb trail
- ASP.NET Data binding integration
- Automatic ASP.NET Ajax history navigation