Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi....

In my Silver Light Application i wrote a wcf service for user credentials valid or not and i returned a username and i navigated to next page for displaying user details in user page. After displaying the result i have to provide log out facility.

What i want to do is that if the user logs out i want to redirect the user to the home page (the user page should not be visible). Where i have to write the code to do this and how does it get done.

Any one please give me idea....

Thanks,
Vijay
Posted

1 solution

You can write the code at App.xaml, where the application execution is centralised.
 
Share this answer
 
Comments
vijay4mgvrm 3-Feb-12 7:20am    
Please Give me Some Idea What Kind of Code I have to Write In App.XAML..

Thanks,
Vijay

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900