Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi
I've got a question:

How can I change the MenuItem in aspx with a timer

i want to change the MenuItem with a timer for example ervery 30sec the next MenuItem have to show

I can't find any help

Does anybody have a solution?

pls help
Posted
Comments
Sergey Alexandrovich Kryukov 26-Jan-12 12:43pm    
Why? why?!
--SA
BillWoodruff 26-Jan-12 12:45pm    
What have you tried so far ? Show us some code. And, when you say: "the next MenuItem have to show:" please explain that carefully: you are speaking of a top-level menu that is visible in all the pages on your site, or ... what ? Do you mean the content (text) of the visible menu items has to change, or do you mean that the currently selected/active menu-item has to change ?

Do you want to drive your customers crazy? Simply don't do it.

—SA
 
Share this answer
 
Comments
BillWoodruff 26-Jan-12 13:18pm    
SAK, there are many commercial web-sites that use a timer to control a moving selection between top-level menu items in sequence, obviously using some kind of timer: often right below that menu will be a panel that displays content relevant to that currently selected menu item, often pictorial. And you can click on any top-level menu item at any time, or click on the currently displayed content underneath the selected menu item to navigate to another page where that topic is presented in full.

So, I don't think this question is that "far out."
when timer is ticking 30sec interval a postback comes do a page_load
in that i ask the Multiview.ActiveViewIndex and increment it
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900