How to get Id update panel that initial a request in javascript

前端 未结 1 559
长情又很酷
长情又很酷 2021-01-15 04:20

I want to know Id update panel that initial a request in JavaScript .I write this script but it return undefined.

var prm = Sys.WebForms.PageRe         


        
1条回答
  •  爱一瞬间的悲伤
    2021-01-15 04:43

    You can use the get_updatePanelsToUpdate that return an array with the Ids of the UpdatePanels that will be going to updated.

    
    

    http://msdn.microsoft.com/en-us/library/ee224805.aspx

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