antonios_pedro Posted October 21, 2009 at 11:31 PM Report Share #292821 Posted October 21, 2009 at 11:31 PM Boas pessoal. É o seguinte, sou novato nestas andanças e estou a tentar fazer uma aplicação para enviar sms, quando carrego no button para enviar, não obtenho resposta, se for enviada ou não. passo o codigo protected void Button1_Click(object sender, EventArgs e) { String sResult = ""; TekSMS_ServerService sms = new TekSMS_ServerService(); sms.Tek_SMS_Send(User.Identity.Name, TextBox2.Text, TextBox1.Text); lbl_result.Text = sResult.ToString(); } agradecia ajuda.. Obrigado Link to comment Share on other sites More sharing options...
hma Posted October 22, 2009 at 12:59 PM Report Share #292892 Posted October 22, 2009 at 12:59 PM Não deveria ser assim? sResult = sms.Tek_SMS_Send(User.Identity.Name, TextBox2.Text, TextBox1.Text); Link to comment Share on other sites More sharing options...
antonios_pedro Posted October 25, 2009 at 06:30 PM Author Report Share #293312 Posted October 25, 2009 at 06:30 PM Obrigado, esqueci-me desse pequeno problema, obrigado Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now