The string looks like:
teststring = "Sunday,Monday"
In combobox's DefaultSelectedItems when I write like this, it works.
How can I make this kind of format dynamically using the above teststring (even when teststring changes to something else)??