Hi All,
Language Used - C#.net
I have a web application containing 6 aspx pages and their code files. Now I want to design a automatic display of these webpages in sequence. In detail, once i open the weblink - it should show the Main webpage (Main.aspx) for 2 mins, then automatically redirect to the second webpage (Second.aspx), display this for 2 mins and then redirect to the third and so on... Once the 6th webpage (Six.aspx) is displayed for 2 mins, it should redirect to Main.aspx again and the cycle should keep on repeating.
Can anyone suggest how I can get this worked out ? Thanks..
Language Used - C#.net
I have a web application containing 6 aspx pages and their code files. Now I want to design a automatic display of these webpages in sequence. In detail, once i open the weblink - it should show the Main webpage (Main.aspx) for 2 mins, then automatically redirect to the second webpage (Second.aspx), display this for 2 mins and then redirect to the third and so on... Once the 6th webpage (Six.aspx) is displayed for 2 mins, it should redirect to Main.aspx again and the cycle should keep on repeating.
Can anyone suggest how I can get this worked out ? Thanks..
Comment