mary jean ligas

mary jean ligas

  • NA
  • 420
  • 192.4k

equivalent of push from javascript to c#

Jul 31 2014 4:01 AM
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 (6)