I'm trying to separate the values from an asp.net textbox which ends with line breaks. For example -
959100001
959100002
Those values must be inserted into an array like {95910001, 959100002} to do further calculation.
Any advices?
I'm using C# btw.
