What does it mean? I used a list of list in asp.net mvc and sent them through viewdata of ActionResuls to retrieve it in views. But when I change it to list of list the it give me an error of HttpWebException
. When I check it inside the immediate window, it tells me that the error is:
Using the generic type 'System.Collections.Generic.List<T>' requires 1 type arguments
So, what does it mean and what did I do wrong using it?