What I'm trying to figure out is how can I populate a textbox based on the value of another?
Let's say textbox1 value is a file path to a .txt file, I want textbox2 to update to say "this is a text file" or something of that sort. How would I go about that?
Thanks in advance.