c# - populating property with button click -


hi new c# , know how add data text boxes automatic property button click

private void btnok_click(object sender, eventargs e)  {   } 

can't set value of name property value of text property of textbox?:

private void btnok_click(object sender, eventargs e) {     name = textbox1.text; } 

Comments

Popular posts from this blog

PHP and MySQL WP -

javascript - Generate barcode from text and convert it to base64 -

osx - "SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" when retrieving page through wget -