Faisal Ansari

Faisal Ansari

  • NA
  • 451
  • 834.9k

How can i create my own browser in asp.net

Nov 4 2010 6:10 AM
Hello how r u ??
   My question is that, how can i create my own browser in asp.net?
please reply as soon as possible.
Thanks.

Answers (2)

0
Mahesh Chand

Mahesh Chand

  • 1
  • 270.3k
  • 240.7m
Nov 4 2010 10:31 AM
Browser should be a Windows Client application because it will be installed on every user's machine and would need access to user's file system. Search this website for browser control or browser in C#. You can use Windows Forms or WPF to build a browser application.

Building a Browser in ASP.NET does not make sense.
0
Ulricht Von Schnell

Ulricht Von Schnell

  • 0
  • 108
  • 165.5k
Nov 4 2010 9:05 AM
Hi,

Is it a necessity to use asp.net. Im not saying you cant, but it would be much easier to use a language as C#.

Ulricht