2
Answers

c#

Hari B

Hari B

9y
776
1
Hello all,
 
print 1 to 200 and copy in text file through C# code
 
Pins.Add(new SelectListItem() { Text = "1", Value = "1" }); 
.
.
.
ConPins.Add(new SelectListItem() { Text = "200", Value = "200" }); 
 
 
 
Thanks 
Answers (2)