Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi , i store a list in my session object:

C#
List<Component> componentList = (List<Component>)Session["ComponentList"];


and I want to access to entire list in aspx page to visualize each component in html table. How can i do ? Thanks!
Posted

1 solution

You can write inline code in aspx by using for ecah row in componentList and you can get row by row order of entire list
 
Share this answer
 
Comments
Gianluca Palmieri 29-Jul-13 9:29am    
yes but i don't kwnow how to get the object in my aspx page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900