Hi,
I am having one link button in .aspx page. now if i click i have to go to the xaml page in silverlight
can anybody please help me
Thanks
P.Nagaraju
Loading
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.
Prabhu RajaPosted Sep 15, 2011, 5:22 AM
Try this.
Response.Redirect("http://foldernames/pagename.xaml",false);
------------------------------------
If this post helps you, then mark as "Correct Answer"
Thank You