AJAX Email : More DotNetNuke Microsoft ASP.NET AJAX Functionality (VB & C#)
Posted by: Joe Brinkman,
on 19 May 2007 |
View original | Bookmarked: 0 time(s)
DotNetNuke 4.5.2 brings additional Microsoft ASP.NET AJAX functionality. This will be demonstrated using a simple module that allows you to search among the users of a DotNetNuke portal (using a re-usable .ascx control) and send them an email message. All operations will be achievable without any post backs.
The source code is available in both VB and C# at the end of this article.
Also see:
Creating A DotNetNuke Module using ASP.NET AJAX
DotNetNuke ASP.NET AJAX Web Service (VB &C#)
...