I dont understand your requirement? If you mean create an array in the code behind file and access from the page, it is easy. Create the array variable directly inside the class(ie. not inside any event handlers or methods). Make sure the variable is declared public. Now you can access this variable from inside the aspx page for e.g.
<body>
..........................................
<%
write code similar to code behind that access the variable...
%>
The real voyage of discovery consists not in making new landscapes, but in having new eyes