Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.