hiya
when using EditorFor(model => model.FieldName)
i want to have a generic say datepicker, rich text editor, upload box etc but with editorFor you cant pass a value, so you have to create a strongley typed element for each model that requires one of the above.
anyone know if you can pass a generic model or a generic value like using <T>()
???
thnaks