I want to make my textbox display the text "Username" or "Password" but when the user starts typing it in it starts editing that text. I want that text to then disappear.
the image of what Im trying to make
>Solution :
Are you using Visual Basic or C# for this? Regardless, Visual Studio should have a "PlaceholderText" option under the "Properties" menu on the right-hand side when you click on your text box.
