geetanjali:
How can we prepare Multi Page Application in GOA WinForm? Any Idea about redirecting user to another page?
I did not use GOA, however, the way I did that in the Carbon Calculator was to build user controls for each "page". I created a base class that inherited from control, and added Show and Hide overridable/virtual methods. Those methods looked for two standard-named storyboards in the xaml. If they weren't present, they would simply set the Visiblity to Visible (Show) or Collapsed (Hide) when called. Later, when I'm more satisfied with some of the animation performance and capabilities, I can go back and easily change how those animations work.
The base classs also contained some other useful things, like a templated version of FindName that cleaned up the syntax a little.
I'll have a blog post coming soon on how all this was done. It's basically a port of an idea I used and then in some conferences back in 98 about using VB User Controls as "forms" in an explorer-type application. Funny how this stuff comes back around :)
Pete
Silverlight.net Moderator
MVP: Silverlight
Silverlight Insider
POKE 53280,0 - My Blog at irritatedVowel.com