I am trying to load generics within the aspx page. Here is my code
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<div id="CategorySelectBoxes">
<%
//this has syntax error
using System.Collections.Generic;
//get parentid list
category c = new category();
is there a way to load the generic library?