标签:io os 使用 sp on bs as tt nbsp
使用UpdatePanel实现无刷新效果
1.<asp:ScriptManager ID="scriptManger1" ruant="server"></asp:ScriptManager>
2.添加<asp:UpdatePanel ID="panel" ruant="server" UpdateMode="Conditional">
3.<Contenttemple>
添加要实现无刷新的内容
</Contenttemple>
4.<triggers>
<asp:AsyncPostBackTrigger ControlID="btn_OK" EventName="Click">
--这里的ControlID 是控件的ID名 EventName是(click,pageChanged等一些事件)
可以绑定多个事件
</triggers>
5.</asp:UpdatePanel>
6.完成了。
标签:io os 使用 sp on bs as tt nbsp
原文地址:http://www.cnblogs.com/softwaredeveloper/p/4166642.html