I'm passing a list of controls into the view (e.g. information such as - the Id of the control, the type of control, whether it's a required field etc) and am then going to build them up either via the view or through jQuery...but i was wondering whether it would be vastly more efficient if the html controls were build up from jQuery?
Cheers.