Anyone know how to turn panel contents or a web page into the property.text of another control?
ie:
--------
here is some text {pretend this is a textbox} in a html file and this just keeps going.
There will be this that these and those and underneath is html that formats the this look.
-----------
I just want to save the above to a property such as:
Textbox1.Text = TheTextAboveWithFormat
any help would be appreciated.
ie:
--------
here is some text {pretend this is a textbox} in a html file and this just keeps going.
There will be this that these and those and underneath is html that formats the this look.
-----------
I just want to save the above to a property such as:
Textbox1.Text = TheTextAboveWithFormat
any help would be appreciated.