- Joined
- Feb 24, 2017
- Messages
- 16
- Reaction score
- 0
How can I get the username and password from BasicConfigurationControl UI textboxes to MySession. Cs?
Retrive information from UI.
Retrive information from UI.
_configurationManager.SetValue(ConfigurationParameters.UserName, txtUserName.Text);
_configurationManager.SetCryptedValue(ConfigurationParameters.Password, txtPassword.Text);
_configurationManager.GetValue(ConfigurationParameters.UserName, String.Empty)
_configurationManager.GetCryptedValue(ConfigurationParameters.Password, String.Empty)
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.