Hi guy's
Hope all are doing well.
i have a problem in my application. i need to travel previous page from current page.
As for example i travel from home -- to Employee then Xreport page. from report page i need to come back to employee Page.
my back button code is like
<asp:Button ID="btnBack" onclick="history.go(-1);" />
let me explain you one thing. this employee page contain attachment upload/ download functionality. this back button is working properly if i am not done with this attachment download/upload function. if i download some attachment and then generate report and try to come back from report page, previous page is not opening in proper format.
there is some encoding/decoding problem when its coming in browser. i am sharing my screen-shot also. please have a look on it.
by the way i need to use IE-9 fo ...
Go to the complete details ...