I am writing an ASP.Net web application and am trying to set a default text value to a TextBox on a page load.
I want the page to load with a text value already entered into the TextBox. Unlike a placeholder I want it to be physical text in the TextBox. No matter what I try the closest I can get to is having the value of the TextBox to what I want but not the actual text.
I have been scouring the web looking for an answer and have had no luck. Any help will be highly appreciated.