|
| |
User Groups : Forums : SiteExperts : Microsoft .NET
:  | Pass selected data to Silverlight? Ok, let's say I have a PHP page with a populated drop-down. And let's assume the drop-down on the PHP page has items A, B, C, and D, with id's of 1, 2, 3, and 4, respectively.
And let's also assume I want to build a silverlight app to include in the PHP page.
I want the silverlight app to accept input from the selected, external drop-down.
In other words, I want this:
Option selected >>> data to silverlight.
Where silverlight would display the relevant info.
In this case, I want the drop-down to have a list of groups of photos (i.e. "Bob's Party", "Jim's Wedding", "Jane's graduation", etc...).
So when a selection is made (i.e. "Bob's Party"), that "id" is passed into silverlight, where silverlight would display a slideshow of "Bob's Party" photos.
I'm pretty sure this is possible. I just don't know how to pass the data to Silverlight from the drop-down (remembering that the drop-down is within a PHP page).Started By Monte on Dec 1, 2011 at 7:24:30 AM |  | | 1 Response(s) | Reply |
| View All Replies |  | | AnnieCalvert on Jul 12, 2012 at 4:33:06 AM The usual reason for this is different display DPI (dots per inch). Since it seems that it only works on your own machines maybe you have changed the default DPI on those machines? http://www.dapfor.com/en/net-suite/net-grid/features/performance
| | View All Replies |
To respond to a discussion, you must first logon.
If you are not registered, please register yourself to become a member of the SiteExperts.community.
|