Sending authenticated e-mails in .NET 2.0 Sending authenticated e-mails in .NET 2.0 — devel.oping.net: ending e-mails in the .NET Framework 2.0 is about the same as in version 1.x. There are just a couple of variations. First, all the functionality is within the new System.Net.Mail namespace. The System.Web.Mail namespace, wich was used in the 1.x frameworks is now considered obsolete. Lets… Read More
Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer: ASP.NET.4GuysFromRolla.com: Custom Paging in ASP.NET 2.0 with SQL Server 2005: SELECT RowNum, EmployeeID, LastName, FirstName FROM (SELECT EmployeeID, LastName, FirstName ROW_NUMBER() OVER(ORDER BY EmployeeID) as RowNum FROM Employees e ) as EmployeeInfo… Read More
Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer: Enterprise .NET Community: Build a Data Access Layer with the Visual Studio 2005 DataSet Designer:… Read More
ASP.NET RSS Toolkit 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 control to consume feeds in ASP.NET applications Works with ASP.NET data bound controls Implements schema to generate… Read More
Ajax初体验(一) 博客园 – 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 = document.getElementById(“Layer1“); layer1.style.visibility = (p == “”) ? “hidden“ : “visible“; document.getElementById(“Layer1“).innerHTML = p; } script>… Read More
How to create the Google Suggest feature with ASP.NET 2.0 Anders Norås’ blog : How to create the Google Suggest feature with ASP.NET 2.0:… Read More
How to add OnKeyPress & OnClick to InputControl http://forums.asp.net/1064112/ShowPost.aspx Hi, behaviors are Atlas components that allows to dynamically add/remove client-side functionality from controls. For example, if I want to handle click and keypress events, I could attach the corresponding behaviors to an Atlas control. Then, if I don’t want to handle the click event anymore for that control, all I have to do… Read More
AJAXの辞典を作るために http://dict.jiangws.net .NET An Atlas behavior to handle text changes dotnetnuke module ajaxdictionary JAVA Using an AJAX Text Completion Component サンプル Dictionary .hm – Free Online Dictionary – Searchable, Live English-Japanese Dictionary objectgraph Dictionary… Read More