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 -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -