No announcements
Found 2152468 threads
-
1 Votes
Pass current screen data into second screen
Is there an elegant way for me to create a data type or table (say a site name and address info), and them pass that as a parameter?Answered | 5 Replies | 1899 Views | Created by crusssmith - Thursday, August 23, 2012 4:13 AM | Last reply by Yann Duran - Saturday, August 25, 2012 11:10 AM -
1 Votes
passing data between pages and traversing between pages
You use WinJS.Navigation.navigate to navigate between pages.Answered | 1 Replies | 664 Views | Created by smrity 10times - Wednesday, November 26, 2014 6:03 AM | Last reply by Matt Small - Wednesday, November 26, 2014 1:42 PM -
1 Votes
Passing data / objects between pages
When the login was succesful, I set this to the user that the end user has logged in as, and this was then available to the other pages to call from.Answered | 3 Replies | 3729 Views | Created by sam_8999 - Saturday, March 28, 2009 8:44 PM | Last reply by aaj23 - Monday, March 30, 2009 5:26 AM -
4 Votes
passing data from second form to the first
;) I have gone though this...but in this he explains to pass data from Form1 to Form2, not the reverse...Answered | 8 Replies | 2960 Views | Created by Latokosero - Thursday, September 11, 2008 1:09 PM | Last reply by Latokosero - Monday, September 15, 2008 7:19 PM -
0 Votes
Passing data from one page to another.
You can use this this.Frame.Navigate(typeof(DetailPage), args); Where args is of type Object that you need to cast to proper type in the target page's LoadState ...Answered | 2 Replies | 2442 Views | Created by Katlogeous - Wednesday, August 22, 2012 9:40 AM | Last reply by Katlogeous - Wednesday, August 22, 2012 7:14 PM -
0 Votes
Passing data to next page
hi, I've created two pages (page1 & page2) in page1 there are some textboxes . after filling all of them user should click on a button to go to next page so ...Answered | 1 Replies | 9654 Views | Created by Amir Maddah - Wednesday, February 25, 2009 6:04 PM | Last reply by Shrikant Maske - Friday, February 27, 2009 4:56 AM -
0 Votes
Passing values to the previous page!
This button will return to the previous page and do not know how to pass values in this case.Answered | 8 Replies | 1360 Views | Created by Marco_5 - Sunday, December 30, 2012 4:03 PM | Last reply by saramgsilva - Wednesday, January 9, 2013 10:02 AM -
6 Votes
Passing data between WP8 xaml pages.
How do I use this code if the page I'm navigating to isn't directly after my login page.Answered | 3 Replies | 3417 Views | Created by Padraig Harty - Saturday, April 13, 2013 4:44 PM | Last reply by Mayur Tendulkar - Wednesday, April 17, 2013 2:26 AM -
0 Votes
Pass data between Parent Windows with Tabs and Page
Check this link: http://stackoverflow.com/questions/13802492/exchanging-data-between-usercontrols-all-tabbed-children-of-the-main-windowAnswered | 2 Replies | 1383 Views | Created by Bob F Johnston - Saturday, April 6, 2013 8:51 PM | Last reply by Andy ONeill - Wednesday, April 10, 2013 12:52 PM -
0 Votes
Creating Alt Combined Fragments as a Second Pass
It confirmed what I suspected, that I will need to create all blocks and messages in the same pass.Answered | 4 Replies | 7547 Views | Created by David Shepherd - Tuesday, November 1, 2011 12:55 AM | Last reply by David Shepherd - Thursday, November 3, 2011 12:42 PM -
0 Votes
Passing Values & Calculating on a Web Part Page
You might try using a Data View Web Part and using a technique called Merging Connections.Answered | 1 Replies | 4978 Views | Created by jedownsjr - Tuesday, October 20, 2009 11:35 PM | Last reply by Steven Fischer - Tuesday, October 20, 2009 11:56 PM -
5 Votes
Passing data to other applications
2 seconds or 0.1 second?Answered | 34 Replies | 4044 Views | Created by JohnGrove - Wednesday, June 10, 2009 10:32 PM | Last reply by JohnGrove - Sunday, June 14, 2009 12:04 AM -
0 Votes
[C++]How to pass data between xaml pages using c++
>Can You Help me by telling how we can pass/transfer/use data between different xaml pages using c++ ?Answered | 2 Replies | 666 Views | Created by Mohammad Moaz - Thursday, May 5, 2016 8:32 PM | Last reply by Krunal Parekh - Friday, May 6, 2016 3:18 AM -
0 Votes
passing value from database to other page
Hello Aurelien Mota, In second page try to this code: protected override void OnNavigatedTo(NavigationEventArgs e) { Escola ...Answered | 8 Replies | 1157 Views | Created by Aurelien Mota - Monday, October 7, 2013 3:32 PM | Last reply by Sachin S - Monday, October 14, 2013 3:32 PM -
0 Votes
mouting a second data base
hi im trying to mount a second data base on a single machine is this possible?Answered | 1 Replies | 6632 Views | Created by billboe - Tuesday, December 7, 2010 9:11 AM | Last reply by Olaf Helper - Tuesday, December 7, 2010 9:31 AM -
0 Votes
How to pass data to a vxml script
How to pass application data to a static VXML script?Answered | 7 Replies | 6936 Views | Created by bogatiy - Tuesday, September 6, 2011 5:19 PM | Last reply by Dan Gardiner_ - Wednesday, February 22, 2012 9:57 PM -
0 Votes
Pass data to second page
User-1673382244 posted Hi Since you are trying to retrieve data from previous page.Answered | 4 Replies | 24 Views | Created by Anonymous - Monday, December 26, 2011 10:05 PM | Last reply by Anonymous - Tuesday, December 27, 2011 12:36 AM -
0 Votes
Passing Data from One List to Another List
They are used to filter data.Answered | 1 Replies | 6872 Views | Created by emeadow - Saturday, November 28, 2009 5:12 PM | Last reply by Mike Smith MCT MVP - Sunday, November 29, 2009 1:57 AM -
0 Votes
Pass Value from one page to another page in asp.net
If you want to pass data within the same page (postback): Use the viewstate Use the ControlState Use a hidden field Use a url parameter Use the ...Answered | 4 Replies | 2772 Views | Created by Anbu Arunmozhi - Wednesday, December 21, 2011 1:05 PM | Last reply by Jesse Houwing - Wednesday, December 21, 2011 2:25 PM -
0 Votes
passing information between pages
Hi budoken, If you have string to pass on the next page than I recommend you to take it this way: Pass ...Answered | 2 Replies | 262 Views | Created by budoken - Wednesday, April 13, 2016 12:16 AM | Last reply by Active Geometry - Wednesday, April 13, 2016 2:46 AM - Items 1 to 20 of 2152468 Next ›
No announcements