ASP.net & C# page refresh in javascript problem

Jan 6 2007 1:53 AM

Hello ,

I am in a problem & i would appreciate if someone could help me. I have a C# web application with 3 pages shown as 3 different tabs in the same page. In the first page i upload a excel file. Once this upload is complete the second tab is shown & the file is stored in the database. The fields from the file are shown in the combo box of the second page(tab). Here the user selects some fields & clicks on save. Once save is clicked third page(tab) is shown. Here we have a javascript to redirect the pages during page load on the basis of the tab selected.It does some calculations & shows the status of the input file. This javascript fires when the upload button in the first page, Save button in the second page & back to first page in third page are clicked. This is the process of my application.

 Now i would explain  my problem .When the application is run for the first time it is working fine. In the last page we have another button "Back to first page". If the user clicks on this button & goes to the first page & tries to upload another file by clicking on upload button the second page(tab) is displayed but it is not loading the new excel file fields. The second page still continues to show the old file fields ie the page is not getting refreshed. Here it is able to know that the second tab is selected & displaying the second page but the code in the second page load is not getting executed.

I would be grateful if somebody out there could help me.

Thanks in advance,
Ramu