In example.aspx, i have a html textbox named txtbox_1. In it, I have the following value:
1a,3d,2cc,wedd,aqq
I would like to read individual values separated by commas and place it different textbosz.
currently i can read the textbox value as a whole and not individually.
Hope this is clear. Would appreciate any help! Thanks!