0
Reply

How to pass the values from one xap file to another xap while redirecting

nagaraju

nagaraju

Sep 27 2011 7:41 AM
2.1k
Hi,


I have one project under that i am having two xap files . in one xap file i am having one page . in that i am having one hyperlink button . when i click on the hyperlink button i have to redirect to the another xap file with some parameters. can anybody help me .

HtmlPage.Window.Navigate(new Uri("http://localhost:1374/ExamQuestionPaperTestPage.aspx?QpCode=" + qpcode + "& ETypeID=" + examtypeid+"& AllotedExamID="+allotedexamid, UriKind.RelativeOrAbsolute));


ie is woking for me. now i put the two xap files under silverlightapplication webpart in sharepoint. that time i am not getting the output.


Thanks
P.Nagaraju