Hello I have a problem with a ascx view control and the view data. If work like this: public void AjaxTr<T>(string id, Expression<Action<T>> detailAction, Expression<Action<T>> editAction) where T : Controller, new() { string viewName = ActionUtils.GetViewName<T>(detailAction...