Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi i need a help.can anyone tell me how to create browser in c# ASP.net
Posted
Comments
Tony Richards 24-Dec-10 6:03am    
First: you are not going to be able to create a decent browser in ASP .Net with anything resembling ease. Research your tools before using, and then have a serious think about why you are trying to reinvent the wheel. .Net has the WebBrowserControl for a reason...

Second: If you want help, ask specific questions and demonstrate that you've done some work first yourself. Nobody is going to help you if you ask a vague questions like this.
Smithers-Jones 24-Dec-10 8:08am    
not a specific question and no effort at all.
fjdiewornncalwe 24-Dec-10 12:45pm    
Do a little reading because you need IIS on a server and a browser on a client in order to run an ASP.Net application. I think you are a little confused as to what you are asking for.

1 solution

You can create a browser by utilizing the WebBrowser control, but it will be severely limited in terms of feature set simply bec ause it only gives you the most basic functionality (compared to IE, FF, or Opera).

You can, of course, struggle with it and add some functionality, but really, you should only do this as an exercise in programming, and not plan on distributing a finished product.

 
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