TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hari babu
NA
16
30.6k
How to get old page
Sep 9 2010 3:24 AM
Hello sir / madam,
I am trying to develop sample silverlight application. My requirement is to navigate from one page to another page. Now i am writing code in button click handlers in both the pages like
private void oldPage_Click(object sender, RoutedEventArgs e)
{
this.Content = new OldPage();
}
private void newPage_Click(object sender, RoutedEventArgs e)
{
this.Content = new NewPage();
}
Is ther any other approach like master pages in Asp.Net master pages
Please provide guide lines ...........
Thanks in advance............
Reply
Answers (
1
)
Online Books or Tutorials Silverlight
Select All check box issue in MVVM pattern