Home                         Purchase                         Download                         Demos                         Support                         FAQ                         Contact                         Consulting


 Select a demo:


Demonstration -- URLJump




Select a destination and you'll be taken there.




No more messing with Response.Redirect and Server.Transfer just to get around!

Need an easy, compact way to move users from place to place? Just fill your list with URLs, set URLJump=True, and they're on their way.

Go ahead and try a few -- just remember to hit your browser's Back button to get back.


Here's the code (of course you can populate these from a DB like any other list):

<ELB:EasyListBox id="elbNavigation" Width="150px" runat="server"
  ButtonColor="white" ArrowColor="steelblue" URLJump="True"
  ListBorderStyle="solid" Background="white"
  TextColor="steelblue" RollBGColor="steelblue" RollTextColor="white">
   <ListItem value="http://www.easylistbox.com"
      Text2="<i>Killer ASP.NET Control</i>">EasyListBox.com</ListItem>
   <ListItem value="ftp://ftp.cdrom.com"
      Text2="<i>Public file repository</i>">Walnut Creek FTP</ListItem>
   <ListItem value="http://www.learnasp.com"
      Text2="<i>Coding help</i>">Learn ASP</ListItem>
   <ListItem value="aim:goim?screenname=SmarterChild"
      Text2="<i>(Requires AOL Instant Messenger)</i>">Ask anything!</ListItem>
   <ListItem value="http://www.gmail.com"
      Text2="<i>Check your messages</i>">Gmail</ListItem>
   <ListItem value="http://www.amazon.com"
      Text2="<i>Do your holiday shopping</i>">Amazon</ListItem>
</ELB:EasyListBox>
© 2004-2006, EasyListBox.com         Licensing Terms -- text / HTML   Listbox help