11/22/2024 10:55:51 AM
|
|
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!
Forum to discuss building external web applications for SalesLogix. View the code of conduct for posting guidelines.
|
|
|
| |
|
Re: Dynamically change Title of Smartpart by Type of Account
Posted: 31 Mar 09 12:49 PM
|
Seek in the AccountDetails.ascx file the following:
tinfo.Description = BindingSource.Current.ToString(); tinfo.Title = BindingSource.Current.ToString();
You can do your code to change them just replacing the BindingSource.Current.ToString(). |
|
|
|
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!
|
|
|
|
|
|
|
|