XML Lookup -
05-07-2009
, 05:50 AM
I have an ASP.NET 9C# 2.0) web service that uses a lookup of e-mail
addresses. It currently uses a simple array to store the information of the
form ...
public static string[] strKey = {
"one (AT) alpha (DOT) com",
"two (AT) beta (DOT) com",
"three (AT) gamma (DOT) com" };
What is the recommended approach to perform the same function with an .XML
file? Given an input string I simply want to know if it matches one of the
stored e-mail addresses.
.... Thom
__________________________________________________ _
Thom Little - www.tlanet.net - Thom Little Associates, Ltd. |