Click here to Skip to main content
16,016,613 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have develop window application in C#.
Suppose I have open 10 Page.Then How to back previous page or First page or any page like webBrowser.
I have no idea about this question.
Plz send code or idea, how to develop in C#.


Thanks
Mahendra Kumar Das
Posted
Comments
Sergey Alexandrovich Kryukov 28-Jun-11 12:51pm    
Do you use 10 (or more, does not matter) pages as 10 different windows or forms? (That would be the big abuse :-)) If suggest the pages would be controls or just one re-populating control, it depends on performance issues.
How come it can present a problem? Please explain.
Also, tag it? WPF, Forms, what?!
--SA

1 solution

Well, a web browser just remembers the URLs, and expects the website to generate the same pages. So, you would need to come up with your own way to either store a string that tells your app how to create the pages, or store each page's state in memory some other way. Reading up on how undo/redo is typically implemented might help.
 
Share this answer
 

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