Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
anybody can help to add a web browser control with asp.net page i created browser and which navigates on url and i can also fill all information and read html but i am unable to see all that means how can i make visible it(browser) on aspx page.

i also tried replace that issue by iframe by following code

C#
HtmlControl ctrl = (HtmlControl)this.UpdatePanel1.FindControl("mainiFrame");
ctrl.Attributes["src"] = "http://www.google.com";

but with iframe i found navigated page like google.com on my aspx but how can i insert value and read html of this(eg. google.com) page.
Posted
Updated 30-Aug-11 2:08am
v2

 
Share this answer
 
i tried but them but they are working only with localhost.
 
Share this answer
 

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