I was trying to make simple Windows mobile app. In which there is login and registration
I want to know how to code this textbox.text value remove when user focuse or click on it. Like WE do in HTML5 .
<input type="text" name="user" placeholder="User Name "/>
This how we do in html5 and the text disappear. That I want know how to do it in window app
<TextBox Height="72" HorizontalAlignment="Left" Margin="28,254,0,0"
Name="Username" Text="" VerticalAlignment="Top" Width="422" />