Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, July 6, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Passing data...
Jeffrey Johnson
Posts: 69
 
Passing data...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 May 09 10:39 AM
Is it possible to pass data from one Tab (user control) to anothet Tab on the same Page ?

in the non-web version, I would use the Global space to create a variable...
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Passing data...Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 05 May 09 6:51 AM
You can use standard .NET methods to store/retrieve data. So you have ViewState, Application and Session State. Something simple like Session state adding retrieving:

Session.Add("someKey","someValue");

string test = (string)Session["someKey"];

Remember to check for nulls first though. The syntax is almost identical for App and ViewState. There is another state SLX provides but I cant quite remember the name of it. I will try and remember!!

Session state uses memory on the server though so I would go for viewstate. It really depends how much data and of what type you are saving.
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 7/6/2025 7:18:58 PM