AsyncPostBackTrigger not working in my application

后端 未结 1 1890
野的像风
野的像风 2021-01-28 05:24

I am experiencing an interesting issue. We are running a website using masterpage and in one of the pages, I need to create an update panel that will display group SSID on compl

1条回答
  •  南笙
    南笙 (楼主)
    2021-01-28 05:57

    This problem is now solved. All I had to do was add Async="true" to:

    <%@ Page Language="C#" MasterPageFile="~/FlipitAdminPortal.Master" AutoEventWireup="true" CodeBehind="AppUpload.aspx.cs" Inherits="FlipitAdminPortal.AppUpload" Async="true" %>
    

    0 讨论(0)
提交回复
热议问题