2
Answers

equivalent of push from javascript to c#

what is the equivalent of the push javascrip to c#
 
javascript:
var data = [];
data.push({ text: "" + rs.fields(0) + "", value: "" + rs.fields(1) + "" });
 
dont know how to implement in c#
please help
Answers (2)