1

I am trying to view one of the result as a report in the report viewer by clicking on the select command in the 1st column. But the other rows are refreshing and showing different rows when the report is displayed below the grid in a report viewer. i don't want the results to change when i select a particular row..

4

1 に答える 1

0

2 つの updatePanels を使用します。グリッドビューを最初の更新パネルに配置し、トリガーを決してしないように設定します。2 番目の更新パネルで詳細グリッドビューを配置し、トリガーを条件付きに設定し、最初のグリッドビューから選択するためのクリックのトリガーを追加します。

于 2012-11-20T13:19:13.790 に答える