vote up 0 vote down star

in status bar in internet explorer say "Done, but with errors in page"

i place Script Manager in form but error and cant use update panel

flag

23% accept rate
please write your code here. – Hagai Aug 19 at 7:45

1 Answer

vote up 0 vote down

Disable Script Manager compression and see if it works.

*How to do? Easy, just edit your web.config:

<system.web.extensions>
  <scripting>
    <scriptResourceHandler enableCompression=“false” enableCaching=“true”/>
  </scripting>
</system.web.extensions>
link|flag
and i cant used updatepanel i think my computer dont have js file – monkey_boys Aug 19 at 3:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.