随笔分类 - AJAX (ASP.NET)
ASP.NET AJAX
摘要:Some Common Operations using LINQ To XML - Part IIIn this article, we will explore some common ‘How Do I’ kind of examples using LINQ to XML. This article is the Part II of the 3-part LINQ...
阅读全文
摘要:大家肯定用过一个非常常见的js与服务器端交互的场景(有时间再把服务器端与客户端脚本交互总结一下,呵) 如下: 服务器端获取值的是隐藏控件: 需要用js为其赋值,然后在服务器端取得。 场景非常简单吧。 然后看我如何用js为其赋值的: var AllScore = document.getElementById("allScore").value ; var temp = 123; All...
阅读全文