vote up 0 vote down star

Cut a short story even shorter, Have a asp.net page with MaintainScrollPositionOnPostback="true" in the page directive (And I tried setting the same to true in page_load), but I get the above javascript error (Webform_SaveScrollPositionSubmit is not defined) and im guessing the page dosent scroll because that js function is "not defined"...

Using asp.net 2.0 and firefox 3...dosent work in internut exploader too. Have tried running aspnet_regiis -c, but no joy...

flag

1 Answer

vote up 0 vote down check

Nevermind! It seems a custom HttpModule (that has a ResponseFilter) is doing some nasty things to the page. Going to rewrite the HttpModule as a HttpHandler and bind it to *.aspx so it doesnt interfere with WebResource.axd

link|flag

Your Answer

Get an OpenID
or

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