Replace String in ASP.Net?
hi,
how to remove character in string
my string is Input
1,2,3,4,5,6,7,8,9,10,11,12
out put is (Remove character 1)
2,3,4,5,6,7,8,9,10,11,12
when I use replace funtion than
my output is like this
2,3,4,5,6,7,8,9,0,,2
Thanks,
Jitendra Patel