weixin_33726313 2014-12-08 11:21 采纳率: 0%
浏览 42

我需要MVC UpdatePanel吗?

I have an MVC web app with a search page, on this search page I have my own search section and below this I have a ASPxGridview - provided by DevExpress that displays the results when fetched from the server.

At the moment when the results come back, the whole page refreshes and does the whole page load life cycle but I only really need to refresh the grid. I believe I need an updatepanel if this was web app non MVC application but is this available in MVC? Or is there a a better way to do what I want now?

Many thanks.

Gridview action HTML

// Guessing I will need a updatepanel or something here?

<table>
    <tr>
        <td>
            @if(Request.HttpMethod.Equals("GET",StringComparison.InvariantCultureIgnoreCase))
            {
               @Html.Action("search");
            }
        </td>
    </tr>
</table>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 Qt安装后运行不了,这是我电脑的问题吗
    • ¥15 数据量少可以用MK趋势分析吗
    • ¥15 使用VH6501干扰RTR位,CANoe上显示的错误帧不足32个就进入bus off快慢恢复,为什么?
    • ¥15 大智慧怎么编写一个选股程序
    • ¥100 python 调用 cgps 命令获取 实时位置信息
    • ¥15 两台交换机分别是trunk接口和access接口为何无法通信,通信过程是如何?
    • ¥15 C语言使用vscode编码错误
    • ¥15 用KSV5转成本时,如何不生成那笔中间凭证
    • ¥20 ensp怎么配置让PC1和PC2通讯上
    • ¥50 有没有适合匹配类似图中的运动规律的图像处理算法