Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select From Multiple SQL Server(s)
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00682947
Message ID:
00682966
Views:
28
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform