How to assign the value to text area control i.e in iframe using screen scrapting
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I am working on screen scraping application, I have one webpage and web page as an iframe control , and iframe internally has one text area control, but the iframe and text area control were rendered by using the javascript file, Now my requirement is how can I assign the value to the text area control from the .cs (i.e from the code behind)