@model NP.Model.VMMM
@Html.Partial("./Partial/pagerow", new ViewDataDictionary { { "tbodyid", "tbody1" }, { "searchmethod", "submit()" }, { "pagesize", Model.pagerowcount } })
@{Html.RenderPartial("learns" + Model.tabidx, Model);}
@Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount)
@section styles{
}
@section scriptsHeader{
}
@section scripts{
}