Click here to Skip to main content
16,004,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I want to pass text file from upload.aspx page to import.aspx page. On import.aspx page I want to process that file And send back serialized xml as a result to the upload.aspx page again.
I am using asp.net 3.5,C#


Please help me.
thanks in advance.
Posted
Comments
thursunamy 15-May-14 10:45am    
You can call Import.aspx page via an Ajax call. And you may get the response from the first page and use it.

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