I made a control
and I generated a string with javascript from a javascript array using
Sys.Serialization.JavaScriptSerializer.serialize(array);
this is the string generated
"["name", "Code", "Alias"]"
this string is send to my control with a postback.
Now I need to know the best way to make an array from this string using C#