| Dynamic List |
Dynamic list is a special drill down format. This format is widely used to narrow the search via pre-programmed criteria. Dynalist feature is implemented in classic ASP-db using the Remote Scripting feature. Remote Scripting has since been removed from DotNet and many products based on this wonderful feature have gone out of business. Tornado reproduces this using standard DotNet libraries. On top of that more options are added.
Dynalist
|
<!--T_Dynalist.aspx-->
<script language="vb" runat="server"> |
This example is pretty much self contained with a cover picture, drilldown select boxes and a display screen. Note that all the levels selection are available for extraction and their values are displayed at the beginning. Unlike other dynamic lists which usually triggers at the final level, Tornado's dynamic list trigger can be at any level. That means you can redirect at any selection level based on the selected values. As you see that both input and output are included in the same file and this implementation is a clean as it can be!