An error occured after loading the page when i use the RequiredFieldValidator object...

  • Thread starter Thread starter Sedat Eyuboglu
  • Start date Start date
S

Sedat Eyuboglu

i tried to use RequiredFieldValidator the page gives a alert after loding..
alert("Unable to find script library
'/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'. Try placing
this file manually, or reinstall by running 'aspnet_regiis -c'.");


i have located the folder "aspnet_client" at desired location, but nothing
is changed.
i couldn't run the "aspnet_regiis -c" command from the command line from c:>

what is the problem ?

thanx...


Sedat Eyuboglu
www.bestflashdesigns.com
www.18reklam.com
 
i solved the problem

as it said i found the aspnet_regiis file and executed it with -c . it
loadded the right version of the client scripts.
 
Back
Top