Redirect in .NET 3.0
In ,.Net3.0 how we can tredirect from one page to another page
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dzung TranPosted Sep 24, 2007, 1:27 AM
srikanth kPosted Sep 19, 2007, 1:10 AM
Amod ChandraPosted Sep 11, 2007, 8:23 AM
NavigateUri is under namespace System.Window.Navigation. So include it in the code behind file.
John JiangPosted Sep 11, 2007, 5:28 AM