There was problem in reading this value on dserver side.
So here is solution how to do this.
string selectedValue = Request.Params[combobox.UniqueId]
string selectedValue = Request.Params[combobox.UniqueId]
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
No comments:
Post a Comment