I have a requirement where I have 2 aspx page which is used to display reports.
My application will dispaly the 1st page with some data fetched from database.
Now the page has to navigate automatically to 2nd page once all the information from the first page is displayed.
For example in my first page suppose I have 10 rows of data ( rows will be sliding vertically using jquery)
Once all the 10 rows of data sliding is completed I need to navigate to 2nd page.
Rows in the first page may vary based on the data in the database (Rows are not static).
Kindly help me to sort out this issue.