Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Browser problem.

    My asp.net pages doesn't work in some old versions of interner explorer.
    I don't know the exact error and browser versions but does anybody had
    this problem before..?

    Onur Bozkurt Guest

  2. Similar Questions and Discussions

    1. Browser Display problem
      Greetings. I would really appreciate it if someone could please help me in my coding. I have used Dreamweaver MX 2004 with an extension pop...
    2. Safari browser problem...
      In Safari mac and ONLY Safari mac, this clump of code pushes the whole page down...any ideas why? <CFIF isdefined("EmailAddress")> <cfset LF =...
    3. Computer Browser Problem
      Hi al I have a computer browser problem. we have windows 2003 server and windows xp clients. to of our server would not appear in the "my network...
    4. Browser Integration Problem
      For some reason, Acrobat 6 Standard will not release the browser integration. Whenever I pull up a pdf from the internet, it opens in my browser and...
    5. PNG problem in browser
      Hi, I am using images for textures on basic #plane models. It works fine in director and when I create a projector. But in a browser I get this...
  3. #2

    Default Browser problem.

    Hi

    Minimum system requirements to run .NET Apps.

    On all Microsoft Operating systems, Microsoft® Internet
    Explorer 5.01 or later are required.


    Ravikanth

    >-----Original Message-----
    >My asp.net pages doesn't work in some old versions of
    interner explorer.
    >I don't know the exact error and browser versions but
    does anybody had
    >this problem before..?
    >
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default Re: Browser problem.

    Try
    Request.Browser.Type
    Request.Browser.Version

    "Onur Bozkurt" <onur.bozkurt@ßofthome.net> wrote in message
    news:e$gE%23O2TDHA.940@TK2MSFTNGP11.phx.gbl...
    > OK. So is there any way so see what version the client is using and warn
    > he/she about the expolerer update.
    >
    > Ravikanth[MVP] wrote:
    >
    > > Hi
    > >
    > > Minimum system requirements to run .NET Apps.
    > >
    > > On all Microsoft Operating systems, Microsoft® Internet
    > > Explorer 5.01 or later are required.
    > >
    > >
    > > Ravikanth
    > >
    > >
    > > >-----Original Message-----
    > > >My asp.net pages doesn't work in some old versions of
    > > interner explorer.
    > > >I don't know the exact error and browser versions but
    > > does anybody had
    > > >this problem before..?
    > > >
    > > >.
    > > >
    >

    vMike Guest

  5. #4

    Default Re: Browser problem.

    This is a bit misleading. You can use .NET apps from browsers earlier than
    IE 5.01 as long as the HTML you output is supported by the browser. Check
    the properties of your Web Forms (and project) for targetSchema. Choices
    include Internet Explorer 3.02.

    You may just need to change how you're displaying your UI.


    --
    Ray Dixon - Microsoft MVP
    [email]ray@NOSPAM.greeble.com[/email]
    (remove NOSPAM. from my e-mail address for a direct reply)




    "Ravikanth[MVP]" <dvravikanth@hotmail.com> wrote in message
    news:05ad01c34f61$b9dac490$a301280a@phx.gbl...
    Hi

    Minimum system requirements to run .NET Apps.

    On all Microsoft Operating systems, Microsoft® Internet
    Explorer 5.01 or later are required.


    Ravikanth

    >-----Original Message-----
    >My asp.net pages doesn't work in some old versions of
    interner explorer.
    >I don't know the exact error and browser versions but
    does anybody had
    >this problem before..?
    >
    >.
    >

    Ray Dixon [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139