Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Silverlight /Sharepoint
2 replies. Latest Post by trivediD on November 2, 2009.
(0)
trivediD
Member
3 points
3 Posts
11-02-2009 1:51 PM |
I am trying to develop Sharepoint/Silverlight Project and trying to figure one thing not sure everyone running into same problem or not.
I have a silverlight project and creates a xap files . I load the xap files in the webpart 1 and it works fine now my question is i want to create another silverlight page and in the same web application and host to another web part 2. Since xap loads the page you specifiy in the app_start than how i specify page 2 for web part 2?
thanks
MarkMonster
Contributor
5220 points
1,046 Posts
11-02-2009 2:22 PM |
You can provide initParams from the html-object which is going to host the Silverlight app. Read the initParams in App_start and choose the right page.
11-02-2009 2:32 PM |
do you have a code example if you don't its okay . i will try to figure it out tonight..
and thank you very much for your quick reply .. really appreciate it...