 |
retrieving values in array & store in session and calling to other page ...
2011年4月6日 - Hi I want to store values inside the array in session. I want to use it to ... Try this. To store all items of the array. string[] a = new string[]{"a","b","c"}; ...
stackoverflow.com |
 |