Full postback triggered by LinkButton inside GridView inside UpdatePanel

前端 未结 8 847
余生分开走
余生分开走 2020-12-02 13:22

I have a GridView inside of a UpdatePanel. In a template field is a button I use for marking items. Functionally, this works fine, but the button always triggers a full page

8条回答
  •  Happy的楠姐
    2020-12-02 13:40

    this may be old but my solution was to put an update panel inside the itemTemplate and one outside the gridview as well.

    the trigger should be the gridview and the outside trigger should be the gridview and PageIndexChanging. Try that.

提交回复
热议问题