laptop and a wrench

Bug

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

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM005290
SubmittedNovember 28, 2006
Last ModifiedJune 5, 2024
Applies toNo Product Found
Version found9.2
Program languageC#
StatusWill Not Be Addressed

Additional Information

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"); } } }

Steps to Reproduce

Bug ID: NIM005290

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options