ASP:RequiredFieldValidator control is not working on Netscape 7.

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

  1. #1

    Default ASP:RequiredFieldValidator control is not working on Netscape 7.

    ASP:RequiredFieldValidator is not working on Netscape 7.
    Any one has idea how to fix this problem?
    Rob Guest

  2. Similar Questions and Discussions

    1. BaseValidator Inherited Ctrl Not working with RequiredFieldValidator
      Hi All, I have written a control that inherits BaseValidator. If it used by itself on a page, the control works perfectly fine. If I drop the...
    2. shockwave player not working in netscape 7.2
      :confused; I have downloaded and installed Shockwave 10.1 to Netscape 7.2. Whenever I try to use it, I get a puzzle piece saying get the plug-in,...
    3. HELP!!!! - dmx popup menu not working in netscape 4.7
      I have created a popup menu in dreamweaver which works fine in IE5 but not in netscape communicator4.7 as the menu doesnt show, ive looked at the...
    4. Popup Menus Not Working In Netscape
      Tom-- You have a space in the folder name "Nav Bar" that is probably choking Netscape. Change that folder name to "navbar" and you should be OK....
    5. pop-up menus not working in Netscape 7.0
      Chris: <sigh> Take all the time you have spent trying to make these pop-ups work (don't you love them?). In that same amount of time, you...
  3. #2

    Default ASP:RequiredFieldValidator control is not working on Netscape 7.

    Hi

    Check After changing Target Schema to Netscape Navigator
    4.0 in Page Document Properties.

    To Get Document Properties right click on any aspx page.

    HTH
    Ravikanth
    >-----Original Message-----
    >ASP:RequiredFieldValidator is not working on Netscape 7.
    >Any one has idea how to fix this problem?
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default ASP:RequiredFieldValidator control is not working on Netscape 7.

    Hi

    Check After changing Target Schema to Netscape Navigator
    4.0 in Page Document Properties.

    To Get Document Properties right click on any aspx page.

    HTH
    Ravikanth
    >-----Original Message-----
    >ASP:RequiredFieldValidator is not working on Netscape 7.
    >Any one has idea how to fix this problem?
    >.
    >
    Ravikanth[MVP] Guest

  5. #4

    Default ASP:RequiredFieldValidator control is not working on Netscape 7.

    RaviKanth, I tried it but no luck.
    >-----Original Message-----
    >Hi
    >
    >Check After changing Target Schema to Netscape Navigator
    >4.0 in Page Document Properties.
    >
    >To Get Document Properties right click on any aspx page.
    >
    >HTH
    >Ravikanth
    >
    >>-----Original Message-----
    >>ASP:RequiredFieldValidator is not working on Netscape 7.
    >>Any one has idea how to fix this problem?
    >>.
    >>
    >.
    >
    Rob Guest

  6. #5

    Default Re: ASP:RequiredFieldValidator control is not working on Netscape 7.

    client support of asp.net validation is IE only. with any other browser, it
    is server side only. also notice that if the browser is not IE, style widths
    and heights are not emitted. the ms webform controls are really IE only.

    note: the client validation code (WebUIValidation.js) uses the IE dom, not
    the W3C (html 4.0) dom, so it only works with IE. you could edit this code
    to be browser neutral, then lie about the browser level to create the
    validation calls.

    -- bruce (sqlwork.com)



    "Rob" <orkeytell@hotmail.com> wrote in message
    news:0d4701c34d3d$57d86890$a501280a@phx.gbl...
    > ASP:RequiredFieldValidator is not working on Netscape 7.
    > Any one has idea how to fix this problem?

    bruce barker 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