r.a.d.tabstrip is suitable for creating wizard-like interfaces.
However, the presense of validators in multiple pageviews
will not allow you to advance to the next step, even though the validators are hidden.
To avoid this issue, r.a.d.multipage exposes the RenderSelectedPageOnly property,
which works in conjunction with tabstrip set to postback on every tab click.