Multiple choice technology programming languages

Which is not ture about Smartnavigation ?

  1. retain only the last page visited in the browser's history

  2. eliminate any flash caused by navigation

  3. Doesn't work with sites protected with SSL

  4. persist scroll position when moving from page to page

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SmartNavigation was an early ASP.NET feature (Internet Explorer 5.5+) that improved user experience by maintaining scroll position and element focus between postbacks. It had known compatibility issues with SSL-protected sites due to its reliance on specific browser behaviors that conflicted with secure connection handling. The feature persisted scroll position (D is false) and eliminated page flash (B is false).