How to control which JavaScript gets run after UpdatePanel partial postback endRequest?

后端 未结 4 698
隐瞒了意图╮
隐瞒了意图╮ 2021-01-02 22:41

I know I can hook into the client side events to run JavaScript after every partial postback; however, I want to do something like this:

protected void FooCl         


        
4条回答
  •  天命终不由人
    2021-01-02 22:45

    the best way to do this is to use the DoAfterPostBack control. you can download this control for free from here http://go2amitech.blogspot.com/2010/08/running-specific-javascript-after.html

提交回复
热议问题