or
i have a radtilelist with the id of "RadTileList2". the name of the tile is "Home" and i would like to set the title text server side.
i believe i have to find the tile first like so?
RadTextTile tile = RadTileList2.GetTileByName("Home"); tile.Text = "tree";I need to be able to save the persistence data to a custom directory,
other than the default: ~\AppDataRadPersistenceManager1.CustomLocation = ConfigurationManager.AppSettings["UserPersistenceData"];RadPersistenceManager1.StorageProviderKey = SessionID.Value;RadPersistenceManager1.SaveState();