asp.net - How can I retrieve data from a textbox in Visual Basic -


i have created simple username , password login form on visual basic. works perfectly. know there way retrieve usernames , passwords entered , save them string or similar?

i assume have 2 different textboxes username , password do:

dim username string dim password string 

the textboxes each have different name do:

username = nameofyourtextbox1.text password = nameofyourtextbox2.text 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -