Hi, I have a couple dropdowns I want to configure from Web.config instead of using a database backend. I have done this by key-value pairs in appSettings of Web.config.
Is there any way to add arrays? I guess I could do a <add key="listName" value="value1, value2, value3" /> and parse the string...
BTW how do I parse a comma separated string as string[] or ArrayList?
![[elephant2] [elephant2] [elephant2]](/data/assets/smilies/elephant2.gif)
graabein
Is there any way to add arrays? I guess I could do a <add key="listName" value="value1, value2, value3" /> and parse the string...
BTW how do I parse a comma separated string as string[] or ArrayList?
![[elephant2] [elephant2] [elephant2]](/data/assets/smilies/elephant2.gif)
graabein