我正在研究 jQuery 移动控件。我在母版页中有一个 jqgrid,单击选定的行 ID 后,我将重定向到具有该 ID 的另一个页面。在那个页面中,我有下拉列表,它与 json 绑定。绑定后,我想通过单击按钮将数据保存到数据库。
问题是按钮单击事件没有触发,但是,当我自己运行该特定 aspx 时,按钮单击事件确实会触发。
<a href="#" data-role="button" data-inline="true" id="btnsave" data-transition="fade"
data-theme="b" data-icon="check" data-iconpos="right" runat="server"
onserverclick="btnsave_click" >Save</a>