newbee silverlight: how do i load a new Page?
Posted
by Michel
on Stack Overflow
See other posts from Stack Overflow
or by Michel
Published on 2010-05-25T08:04:40Z
Indexed on
2010/05/25
9:11 UTC
Read the original article
Hit count: 228
Silverlight
|silverlight-4.0
Hi,
i have multiple Pages (classes which derive from the Page object) in my silverlight app. I can load one in the app.xml with this statement: this.RootVisual = new ZoomData ();
But what should i do when i have this page loaded, and i want to navigate to another page?
© Stack Overflow or respective owner