Weird bug when combining an ASP.NET updatepanel with the jQuery UI DatePicker

前端 未结 10 761
时光说笑
时光说笑 2021-02-04 15:42

I\'ve created a page which combines an inline jQuery UI datepicker . I wan\'t to initiate a callback to the updatepanel when the user clicks a new date to update some data. Now,

10条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 16:32

    I found another script a while back that I've been using for a while now and have never had any problems with.

     
    

    You can still manually set a callback function exactly like you do in your above script.

    You may also have to manually add a scriptresource handler (Can't remember which one) but I specifically remember having problems calling async and non-async post backs. Hope that helps.

提交回复
热议问题