Hi Sonal,
I did not see your navigation code backend I don't know how you navigate between pages, but I think you need something like this:

Read this article for more information:
Quickstart: Using single-page navigation.
You may need WinJS navigation to help you, if this is not what you need, update me more information please.
function linkClickEventHandler(eventInfo) {
eventInfo.preventDefault();
var link = eventInfo.target;
WinJS.Navigation.navigate(link.href);
}
Best Regards,
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.