Page_IsValid issue

  • Thread starter Thread starter PCH
  • Start date Start date
P

PCH

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
 
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...
 
Back
Top