Discussion:
XML Lookup
(too old to reply)
Thom Little
2009-05-07 10:50:19 UTC
Permalink
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 = {
"***@alpha.com",
"***@beta.com",
"***@gamma.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.
Thom Little
2009-05-07 20:59:39 UTC
Permalink
Question moved to another newsgroup.

... Thom
___________________________________________________
Thom Little - www.tlanet.net - Thom Little Associates, Ltd.

Loading...