Browser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    Browser

    Hi,

    in my system, i have two browser ie and mozilla. In ASP.net i want to control which browser to run the web form. pls guide me.

    bye
    murugavel
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi there,

    If I understand the question correctly this is not possible.

    The user loads the browser of their choosing before using it to send requests for your web pages making it impossible for you to have any control over which one they use.

    Dr B

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      You can attempt to detect the browser they use (not always reliable) and then display a different page depending on which browser is detected.

      Comment

      Working...