laptop and a wrench

Bug

When default.aspx is redirected to another page and then redirected back, the sub-callback doesn't work.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM005290
EingereichtNovember 28, 2006
Zuletzt geändertJune 5, 2024
Gilt fürNo Product Found
Gefunden in Version9.2
ProgrammspracheC#
StatusWill Not Be Addressed

Zusätzliche Informationen

No Public Explanation

Workaround

Two workarounds:1. Obviously, set the login page as the starting page.2. Add Map1.refresh() to force the sub-callback to be executed. The code is: protected void Page_Load(object sender, EventArgs e) { try { string id = Session["id"].ToString(); Map1.Refresh(); } catch (NullReferenceException) { if (!Page.IsCallback && !Page.IsPostBack) { Server.Transfer("login.aspx"); } } }

Schritte zur Reproduzierung

Bug-ID: NIM005290

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln