2
Answers

Dividing string and assing it to two strings

Photo of saifullah khan

saifullah khan

14y
1.9k
1
I am using asp.net with c#.

I have a dropdown. each item in dropdown has six characters(AUDUSE,USDASD etc.). i want that when user select any item in the dropdown so three characters are assigned to one string and three to other(string a=AUD,string b=USE etc). how is it possible.

Answers (2)