laptop and a wrench

不具合

Common_PartialPostback sample only shows one feature in the 'features in current map extent' list box when the extent changes.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM038055
送信されましたAugust 30, 2008
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.3
修正されたバージョン9.3
ステータスFixed

対処法

Comment the branching statement that that clears the listbox.Add a line to clear the listbox immediately before the loop that adds each item.'(VB: beginning around line 129)ListBox1.Items.Clear() '**move this before the loopFor Each item As String In arrayList ' If the ScriptManager is not in an asynchronous postback, then the page is in initial load. ' We therefore add the current item to DropDownList1 since it has not yet been populated. ' Otherwise, we skip this step and clear ListBox1 since that control will be re-populated with ' the query results (i.e. features that intersect the new extent) '**Comment the branching statement below** 'If (Not ScriptManager1.IsInAsyncPostBack) Then ' DropDownList1.Items.Add(item) 'Else ' ListBox1.Items.Clear() 'End If ' Add the current item to the listbox ListBox1.Items.Add(item)Next item

再現の手順

不具合 ID: NIM038055

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動