Search code examples
asp.net-corewebformsupdatepanelrepeaterajaxcontroltoolkit

Button click inside repeater UpdatePanel problem


I have button inside of repeater in a contentpage. How can I use update panel with that? I want to make that,

Button click inside a repeater triggers itemcommand function and after that not posstback refresh.

Best regards


Solution

  • Do you want this result?

    enter image description here

    Microsoft officially gave some good cases, you can refer to the following:

    Specify and code handlers for the ItemCommand event of the Repeater control