ASP.NET Postback - No "Page Cannot be refreshed" message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here's an issue I haven't seen before now, and I am wondering if anyone else
has experienced this...

I have an web application (asp.net,vb) that has worked fine for quite a
while. Now, For some reason, the message that states "The page cannot be
refreshed without resending..." does not pop up when trying to refresh a page
that has already received a postback. This happens on all pages. Postback
seems to still work, but there are a few javascript references that aren't
functioning properly because they can't seem to reference the controls (they
show up as 'undefined'). Anyone care to take a stab at what might be going on?

FYI, I did recently rebuild the SOLUTION file, but have not changed the
PROJECT files. I'm not sure if this has any bearing, but I thought it might
be good to know.

Thanks for any help; it is greatly appreciated!
 
Actually, since you mentioned that, I took a look in that directory and
noticed that the Smart Navigation script is located there. I removed smart
navigation and the postback issue seems to have been resolved. Thanks for
pointing me in the right direction!
 
Hi Chad,

No problems.

I've come across similar problems in the past. Sometimes the aspnet_client
gets forcefully upgraded when you install a framework SP and things break
from there. So even if it appears as if nothing has changed in your code,
your application appears to behave differently.

Cheers,

Adam
 
Back
Top