Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Pegar email textbox

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    C# Pegar email textbox

    como faço para pegar um email digitado no texto de uma textbox?

    agradeço desde já


    "..But they do know that the Grunch stole it. And because he can squeeze down a chimney.."

    "The Grunch behaves even worse than your expectations of him, kicking your shins and stealing your stuff."

    "The Grunch sticks his tongue out at you before making a rude gesture and dishonoring your personal beliefs."

    "The Grunch whacks you in the chest with his bag. Ouch, something pointy is in there!"



    - Grunch Blog -

  • Font Size
    #2
    qual a linguaguem?

    Comment


    • Font Size
      #3
      Usa a sintaxe <nome_do_atributo>.Text:

      Código:
      string email = txtEmail.Text; // pega o valor
      txtEmail.Text = "qualquer valor"; // atribui o valor
      Assembly, C, C++, C#, HTML/XHTML, Java SE, Java EE, JavaScript, Perl, Python, SQL.

      "If you give a hacker a new toy, the first thing he'll do is take it apart to figure out how it works." - Jamie Zawinski

      Comment

      X
      Working...
      X