Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
2k views

Facebook iFrame application: How to pass data from URL Query String

I have a Facebook application that has a picture gallery. It's build in Flex 4. I want to allow users to link to a specific image. How can that be done? The only way I see this being done is adding ...
0
votes
1answer
17 views

Android - Send int index from a ListView to multiple activities

Im still new to Android and got a huge problem... I have a ListViewActivity class with a String[] array of shops around me. When the user clicks on any of these, I want the ListViewActivity to send ...
0
votes
4answers
354 views

How to pass data from parent view to child upon opening?

I want to load data (an array of strings) from the parent view into a set of UITextFields in the child view upon presenting the modalView. I know how to pass from child to parent, and I'm sure it's ...
0
votes
1answer
342 views

pass data from parent to popup

Apologies if this seems like a duplicate post... Thomas Warner kindly answeres an earlier post suggesting I use: Popup.aspx?Data1=Piece_of_data&Data2=Piece_of_data Just want to ask, if my code ...
0
votes
1answer
383 views

pass data from parent page to popup

I have an asp.net page which launches a child page in another browser window to look like a popup. I want to pass 2 pieces of data to it from the parent page. I know ots possible with javascript, but ...
0
votes
4answers
839 views

How can I pass a data string to a programmatically loaded custom user control in C#

I've written a Custom User Control which returns some user specific data. To load the Custom User Control I use the following line of code: UserControl myUC = ...