Rendered .NET Validator JS

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

  1. #1

    Default Rendered .NET Validator JS

    I have been using the .NET validators but I have a new
    solution and I have now removed all the validators from
    the aspx page but the server still includes the
    webuivalidations.js and other MS specific JS code in the
    page. Anyone know how to stop the server from including
    this stuff? ALL validators have been removed from the page.

    Thanks!

    Dan

    Dan M Guest

  2. Similar Questions and Discussions

    1. Tabbing in a rendered item
      Hi I have a TileList that has a custom itemRenderer and I can't seem to find a way to be able to tab between input boxes. All I can do it tab...
    2. Styles Not Rendered
      I have some page templates that do not use an external style sheet and in DW pages made from those templates are not rendered as they are in the...
    3. Components: rendered attribute
      Hello, does any boolean attribute exist to set whether a component should be rendered or not ? for example <anycomponent...
    4. Photoshop Rendered Useless
      This is completely beyond me. I am using Photoshop 7.0, and today it decided to stop allowing me to open files using the menu. It just simply...
    5. ' if rendered' property?
      I was wondering if there is some code or a property that will allow you to do something if a model in a 3d world is rendered. For example, if the...
  3. #2

    Default Re: Rendered .NET Validator JS

    Does your new solution involve implementing the IValidator interface?

    bill


    "Dan M" <dan_meierotto@nospamhotmail.com> wrote in message
    news:09ff01c35b54$177fd560$a501280a@phx.gbl...
    > I have been using the .NET validators but I have a new
    > solution and I have now removed all the validators from
    > the aspx page but the server still includes the
    > webuivalidations.js and other MS specific JS code in the
    > page. Anyone know how to stop the server from including
    > this stuff? ALL validators have been removed from the page.
    >
    > Thanks!
    >
    > Dan
    >

    William F. Robertson, Jr. 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