摘要:
最近做一个页面部份数据定时自动刷新功能,并且不出现刷屏效果时,用到 Ajax 控件时出现了Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from th... 阅读全文
摘要:
1、引用 ajax.dll 实现走动时间显示来查看效果前台代码<script language="javascript" type="text/javascript"> //定时更新时间 function refresh() { var div = document.all("divTime"); var strTime = Default1.GetAllOnLineUser().v... 阅读全文