1
Answer

want to remove white spaces in column

Iqra Bashir

Iqra Bashir

12y
746
1
I want to remove white spaces in column using C# form. 
e.g 
a
b

c

d

i want to display a,b,c,d as
a
b
c
d
any help ?? thnx ...
Answers (1)