2
Reply

c#

Hareesh Bollepalli

Hareesh Bollepalli

Jun 18 2015 4:42 AM
403
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)