I have a button which starts processing.
I want that when ever a button is click from page1.aspx .. a count down timer should start and displayed on page2.aspx.
I am thinking of using iframe to join 2 pages.

Please let me know your suggestions.

Thanks

use session variable..

on submit increment the count of session variable.

and read the session value on any page you like.

i'm not suggesting querystring becos user can change the querystring

and it might damage your count. so no querystring.

hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.