HighTechTalks DotNet Forums  

XML Lookup

Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss XML Lookup in the Dotnet Framework (Interop) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Thom Little
 
Posts: n/a

Default 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.

Reply With Quote
  #2  
Old   
Thom Little
 
Posts: n/a

Default Re: XML Lookup - 05-07-2009 , 03:59 PM






Question moved to another newsgroup.

.... Thom
__________________________________________________ _
Thom Little - www.tlanet.net - Thom Little Associates, Ltd.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.