I have a string containing the value "12,13"
I want 2 strings from this string i.e
s1 = 12 and
s2 = 13
how can I separate in asp.net C#?
I have not much time to google it that’s why I am posting it here.
Hope anyone can answer this.
Thanks in advance
Try this: