首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

运用mvcpager,报的错。求大大们指教!

2012-10-14 
使用mvcpager,报的错。求大大们指教!!代码: @Html.Partial(IndexShowRequsts, Model)错误提示: An openi

使用mvcpager,报的错。求大大们指教!!
代码: @Html.Partial("IndexShowRequsts", Model);
错误提示: An opening "(" is missing the corresponding closing ")".


[解决办法]
这是客户端还是服务器端的错误?需要设置断点调试,很可能是partialview的问题,从上面的代码中看不出任何问题

热点排行