ASP.NET RSS Toolkit

Posted by & filed under ASP.NET.

dmitryr’s blog : ASP.NET RSS Toolkit:

Please check out ASP.NET RSS Toolkit, one of my latest projects.

The RSS toolkit includes support for consuming as well as publishing RSS feeds in ASP.NET applications. Features include:

  • RSS Data Source

Ajax初体验(一)

Posted by & filed under Ajax, ASP.NET.

博客园 – YAO.NET℡ – Ajax初体验(一):

script type=“text/javascript“ defer=“defer“>
test.test.onLoading = function(b) {
var l = document.getElementById(“loadinfo“);
l.style.visibility = b ? “visible“ : “hidden“;
}
function doTest2()
{
test.test.getData(document.getElementById(“txtInput“).value, doTest2_callback);
}
function doTest2_callback(res)
{
var p = res.value;
var layer1