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

  1. #1

    Default Page_IsValid issue

    Testing on localhost.. i can get the jscript value from the page validation
    without any problems.

    a simple alert(Page_IsValid); is all it takes to get true or false.

    when i put my project on another dev machine (same new version of .Net) it
    cant get the value.. it just does the "javascript i have an error so ill
    just continue..."

    Any ideas why i cant access the variable?

    Thanks


    PCH Guest

  2. Similar Questions and Discussions

    1. Am I the only one still having this issue
      I realize IE put a fix in place in April 2008 for swf flash to no longer require click to activate. Am I the only one who still has this issue. I am...
    2. XML Issue
      I recently created a flash animation that calls the dynamic text from a XML file. The movie works when I use flash player, however when it is...
    3. FRS issue
      I have started having replication problems and know the reason I just have no choice in the matter. Management has insisted on running ZA...
    4. 4GL V7.32 issue
      OK, testing i4GL V7.32 on HP-UX 11i, IDS9.40. The following code is coredumping: (this is a cut down version of a bigger file, to the point where...
    5. IIS 5.1 and ASP.net issue
      I'd suggest posting to a DotNet group...this one is for ASP (classic asp, not ASPX) :} --...
  3. #2

    Default Re: Page_IsValid issue

    AGH FIXED IT!!!

    when i termd into the server and tried the page from there.. i got the
    asp_client error class call to regiis -c!

    once i did that it fixed it...


    "PCH" <pch12@hotmail.com> wrote in message
    news:%23zDxd%23KTDHA.560@TK2MSFTNGP10.phx.gbl...
    > Testing on localhost.. i can get the jscript value from the page
    validation
    > without any problems.
    >
    > a simple alert(Page_IsValid); is all it takes to get true or false.
    >
    > when i put my project on another dev machine (same new version of .Net) it
    > cant get the value.. it just does the "javascript i have an error so ill
    > just continue..."
    >
    > Any ideas why i cant access the variable?
    >
    > Thanks
    >
    >

    PCH 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