Hi - Session["wishlist"] has all values that needs to be listed in navigation submenu. Is it possible?
in aspx we have
<li id="wishlist"></li>
in the code behind I need to access list li to store Session["wishlist"] values needs to be stored in it
Could you please show me an exmaple?
Go to the complete details ...