Open Bootstrap Modal from code-behind

后端 未结 7 2082
梦谈多话
梦谈多话 2020-12-13 18:18

Anyone knows how to open a twitter bootstrap modal, from code behind?

I want to open the modal based on some requeriment at the moment of the save. Something like \"

7条回答
  •  不思量自难忘°
    2020-12-13 18:48

    FYI,

    I've seen this strange behavior before in jQuery widgets. Part of the key is to put the updatepanel inside the modal. This allows the DOM of the updatepanel to "stay with" the modal (however it works with bootstrap).

提交回复
热议问题