Changing HTML value in other part of WPF program
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I'm working on a WPF program and I have a frame that reads an html file that I have included in the project. In the html file there is an input box. [CODE][/CODE] Is there anyway I can make the value something I can change in the rest of the program, say back in the .cs file, instead of just a constant set number placed there, like if I want to change the number based on user input? I won't know all the numbers it will need to be ahead of time.