Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select From Multiple SQL Server(s)
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00682947
Message ID:
00682966
Vues:
27
This message has been marked as the solution to the initial question of the thread.
That sound good, but remember secure the XML file (i.e. encrypt or use file security) becuase if you give that info in plain text you compromise the security...

Is easy use a XML and fill a combo. Simple create a DataSet

Dim oData as new DataSet()

oData.ReadXml("C:\YourFile.xml")' In this part maybe decrypt the file

Set the DataMember and DataMember, DataText and DataValue of the combo and do a databind...
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform