2
Shouts

Web 2.0 | Email Template using C#

posted by farooqkaiserfarooqkaiser 1238 days, 18 hours, 28 minutes ago
Wednesday, January 27, 2010 6:24:24 PM GMT

In this article, i will examined how to build template to store email data such as body and subject. The template is an XML file that will store the static text with dynamic Tags. The dynamic tags are just like variables that get replaced by the real data. Here is a sample template. 1: 2:

Now, i will load the template in C# and Tags will be replaced with Real Data. Here is C# sample code. 1: XmlDocument xdox = new XmlDocument(); 2: xdox.Load(Template); // Load your template here 3:str...

category: Web Dev | clicked: 5 | | source: www.fairnet.com | show counter code
tags: .NET, C#, XML, Email

1 comment posted.

To post your comment please login or signup