Try this.
VB.NET Code:
Dim sup() As String = TextBox1.Text.Replace(vbCr & vbLf, String.Empty).Split(New String() {"#"}, StringSplitOptions.RemoveEmptyEntries) DataGridView1.Rows.Add(sup(0), sup(1), sup(2), sup(3))
- kgc
|
Results 1 to 7 of 7
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |