No announcements
Found 2152777 threads
-
1 Votes
passing data between pages and traversing between pages
You use WinJS.Navigation.navigate to navigate between pages.Answered | 1 Replies | 831 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 | 3859 Views | Created by sam_8999 - Saturday, March 28, 2009 8:44 PM | Last reply by aaj23 - Monday, March 30, 2009 5:26 AM -
0 Votes
Pass Values between aspx pages
Hello, one way is to use session variable Session["field1"] = "value1"; This link provides different ways to pass data ...Answered | 1 Replies | 2300 Views | Created by peter141174 - Wednesday, August 29, 2012 6:10 PM | Last reply by Sachin P - Wednesday, August 29, 2012 6:15 PM -
0 Votes
Pass data between Parent Windows with Tabs and Page
Because there is no reference between them there is no pain of subscribing and unsubscribing to events to release object references.Answered | 2 Replies | 1471 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
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 | 376 Views | Created by budoken - Wednesday, April 13, 2016 12:16 AM | Last reply by Active Geometry - Wednesday, April 13, 2016 2:46 AM -
0 Votes
[UWP]Passing parameters between pages
Hello to you, I need to pass some parameters between pages.Answered | 3 Replies | 1022 Views | Created by Jakub Cihlář - Monday, August 29, 2016 12:32 PM | Last reply by Magnus (MM8) - Monday, August 29, 2016 5:42 PM -
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 | 829 Views | Created by Mohammad Moaz - Thursday, May 5, 2016 8:32 PM | Last reply by Krunal Parekh - Friday, May 6, 2016 3:18 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 | 3521 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
Passing parameters/values between pages
You don't have to pass variable.Answered | 2 Replies | 3449 Views | Created by Ninos Yacoub - Tuesday, August 21, 2012 12:59 PM | Last reply by Jeff Sanders - Tuesday, August 21, 2012 1:39 PM -
2 Votes
Passing data between applications in c#
There arre two methods of passing data that is commonly used 1) Setup Pipes between the applications.Answered | 14 Replies | 36063 Views | Created by Ketan Gupta - Thursday, July 18, 2013 7:04 AM | Last reply by Joel Engineer - Thursday, July 18, 2013 6:08 PM -
2 Votes
Passing more than 1 parameters between pages
This means that sometimes you will get a student as a parameter, and sometimes you will get null, depending on how you got to the main page.Answered | 10 Replies | 3280 Views | Created by t_Pratik - Tuesday, June 19, 2012 9:41 AM | Last reply by t_Pratik - Tuesday, June 26, 2012 5:16 AM -
1 Votes
Naviagate between pages
Please read this article: http://www.thenerdmag.com/navigation-between-pages-in-windows-phone-88-1-development/Answered | 7 Replies | 739 Views | Created by ashishshah1512 - Friday, August 1, 2014 9:50 AM | Last reply by Muhammad Asad (Partner) - Saturday, August 2, 2014 12:02 PM -
0 Votes
How to pass an object between 2 pages in Windows Phone 8.0 Silverlight ?
Hello Phuc Truong, Read the section "Passing parameters" in the tutorial at [1], which shows how to pass objects ...Answered | 2 Replies | 594 Views | Created by Phuc Truong - Tuesday, October 14, 2014 10:23 AM | Last reply by Phuc Truong - Wednesday, October 15, 2014 9:45 AM -
1 Votes
How can we pass information between two pages in metro app?
Just do it on the first page and it will be accessible everywhere you need it.Answered | 5 Replies | 3999 Views | Created by ravipiplani - Thursday, May 31, 2012 3:33 PM | Last reply by jDmAc Corp - Thursday, August 22, 2013 3:52 PM -
0 Votes
[UWP]How to pass paramerters between pages in Windows 10 UWP
I was thinking at some point to pass the datacontext itself between pages if needed.Answered | 3 Replies | 1327 Views | Created by wakefun - Tuesday, April 5, 2016 2:01 PM | Last reply by Xavier Xie-MSFT - Wednesday, April 6, 2016 7:15 AM -
0 Votes
Passing data between classes
I have 2 classes, and there is some data that i need them to share.Answered | 1 Replies | 2901 Views | Created by Shersto - Friday, December 5, 2008 10:29 AM | Last reply by David M Morton - Friday, December 5, 2008 3:24 PM -
1 Votes
Sharepoint Dashboard - Passing filter (parameter) between pages
Hi Mehawitchi, Have you ever passing the parameter on the URL.Answered | 2 Replies | 5875 Views | Created by Mehawitchi - Wednesday, December 19, 2012 5:02 PM | Last reply by Mehawitchi - Thursday, December 20, 2012 10:28 AM -
0 Votes
passing data between forms
Here you are Passing Values between Forms in .NET 1.x with C# and VB.NET examples MCTS, CodeProject MVP 2008Answered | 5 Replies | 3823 Views | Created by YMaod - Tuesday, June 24, 2008 1:07 AM | Last reply by YMaod - Tuesday, June 24, 2008 2:32 PM -
0 Votes
Passing data between activities in WF4
"Can i pass data between activities with out using WorkFlow variables in WF 4," I don't think it is possible. all data along the ...Answered | 2 Replies | 5186 Views | Created by RamuNeST - Thursday, September 1, 2011 5:52 AM | Last reply by Andrew_Zhu - Thursday, September 8, 2011 12:45 AM -
0 Votes
avoid data split between pages
I have the KeepTogether property for the Tablix set to True and still have this data split for the rows.Answered | 3 Replies | 2322 Views | Created by CSharp Enthusiast - Monday, April 2, 2012 7:13 PM | Last reply by Josh Ashwood - Tuesday, April 3, 2012 12:34 AM - Items 1 to 20 of 2152777 Next ›
No announcements