How do I force full post-back from a button within an UpdatePanel?

前端 未结 5 1855
南方客
南方客 2020-12-02 16:28

How do I force full post-back from a button within an UpdatePanel?

5条回答
  •  情深已故
    2020-12-02 16:59

    From here:

    Use the PostBackTrigger control to enable controls inside an UpdatePanel to cause a postback instead of performing an asynchronous postback.

     
        
     
    

提交回复
热议问题