Hi,
I am trying to workout how my silverlight application is going to work.
I want it to fill the browser.
I will have a like home page that will allow login.
Then it will open up a search page to list data
And then on selection goto the detail page of selected item.
But my question is how do I structure the app to goto these "pages" as I call them.
Do I have a user control for each logical page and then load that user control?
How is that done in the code loading user controls could you explain please? Does there have to be a base user control???
Malcolm