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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -