How to Load Partial Views with Jquery UI Tab by passing parameters?
问题 I have a parent page ( DistributionReview.aspx ) that has a Deposit Date to select using DatePicker. Just below I have two tabs (* DistributionByType * and DistibutionByStatus ) that I want to load PartialViews. Here the parameter to the PartialView is DepositDate . And I have a custom ViewModel called DistributionReviewModel that the parent page is implementing. I am coming across articles that are directly loading static partial views(Ex: http://www.kevgriffin.com/blog/index.php/2010/02/23