Posted on September 29, 2008 by ubk
Sending Email in ASP.NET 2.0
(Taken from: http://aspnet.4guysfromrolla.com/articles/072606-1.aspx)
Introduction
Email serves as a ubiquitous, asynchronous notification and information distribution system. Not surprisingly, there are many web development scenarios where server-side code needs to generate an email and scuttle it off to the intended recipient. The email may be destined for a user of the website, informing them of [...]
Filed under: Scripts | Tagged: asp.net, attachment, delivery, email, mail, mailmessage, net.mail, SMTP, SmtpClient, System.Web.Mail | Leave a Comment »
Posted on September 9, 2008 by ubk
How to use connection strings to various Databases in ASP.NET 2.0
Some of the values and strings are used across all the pages of a website. It is a tedious process to code those values and strings in each page of the website.
The connection string will be used in many pages of the web site if [...]
Filed under: C# Script, Microsoft Track, Scripts, sql | Tagged: AppSettings, asp.net, ASP.NET 2.0, c#, configuration, ConfigurationManager, connection, connection string, ConnectionString, database, provider, SQL Serevr 2005, sql server, SqlConnection, web.config | Leave a Comment »