Coldapoy's Technical Blog

"Programming is like sex: one mistake and you have to support it for the rest of your life"

Browse by Tags

All Tags » coldapoy » Asp.Net (RSS)
Microsoft Silverlight: Light Up the Web
Silverlight Overview http://www.microsoft.com/SILVERLIGHT/ <---- check this out! so cool! Microsoft Silverlight is a cross-browser, cross-platform implementation of the .NET Framework for building and delivering the next generation of media experiences...
RadControls for ASP.NET AJAX (Prometheus)
RadControls for ASP.NET AJAX (Prometheus) is Telerik’s next-generation ASP.NET UI control suite, which is built on top of the industry-standard Microsoft ASP.NET AJAX framework. RadControls for ASP.NET AJAX (Prometheus) delivers faster performance...
Sending Email with attachment in ASP.NET using SMTP Server
Introduction This application demonstrates how to send mail with attachments using SMTP server and how to configure the default SMTP server. The System.Web.Mail namespace provides classes for sending email in .NET. The classes involved are MailMessage...