Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
i has created another thread in asp.net(STA) to implement the "webBrowser" to invoke another webSite.when "application.start()" is executed at that time i am not able to access the another thread?
how i need to get values from that another thread(return value)?
Posted
Updated 10-Oct-14 0:25am
v2
Comments
Sergey Alexandrovich Kryukov 9-Oct-14 11:16am    
Thred? therd? thread? why? Even if you answer these questions, it won't clarify yours. Better start from the very beginning; it's not clear what are you talking about.
If this is just spelling (most likely), spelling like that is just impolite. Remember: people spend time on reading your posts, so please be very accurate.
—SA
Member 10631195 9-Oct-14 11:32am    
OK i tray
Sergey Alexandrovich Kryukov 9-Oct-14 11:54am    
It's "try".
Anyway, thank you for understanding. Please use "Improve question" above. And you can always use dictionaries and spell checkers.
—SA
Member 10631195 9-Oct-14 14:07pm    
Thank you very much
Sergey Alexandrovich Kryukov 9-Oct-14 15:41pm    
You are very welcome.
—SA

I think below article would help you:
Using the WebBrowser Control in ASP.NET[^]
 
Share this answer
 
v2
Comments
Member 10631195 11-Oct-14 14:50pm    
but after i changed the inputs values i need to do invoke memeber "click" to get response how i do that? i wont nevigate in pages and then to get value from the responsed page
Snesh Prajapati 12-Oct-14 2:32am    
It seems you got the solution with below answer :-)
If you wanted to download the contents of another website, or wanted to play with the code of their website, you should have used HtmlAgilityPack instead of create your own custom control and implementing WebBrowser.

http://htmlagilitypack.codeplex.com/[^]
 
Share this answer
 
Comments
Member 10631195 11-Oct-14 14:49pm    
but after i changed the inputs values i need to do invoke memeber "click" to get response how i do that?
Afzaal Ahmad Zeeshan 11-Oct-14 14:57pm    
You can invoke a method on any event, even if that is a click event. So it is upto you how you execute the code.
Member 10631195 11-Oct-14 14:52pm    
i can nevigate in htmlagilitypack ??
Afzaal Ahmad Zeeshan 11-Oct-14 14:58pm    
No, you cannot navigate your HtmlAgilityPack, you load the document(HTML document from the source)'s code to manipulate.
Member 10631195 11-Oct-14 15:03pm    
but after the manipulate i can invoke page?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900