【问题标题】:How to retain the value in form using Kendo UI如何使用 Kendo UI 保留表单中的值
【发布时间】:2015-08-25 02:15:01
【问题描述】:

我正在使用 Kendo UI 来设计注册表单,我的注册过程有五个步骤,我需要导航到不同的页面来完成注册过程。那么,如何在导航到不同页面时保留用户在表单中输入的值,直到注册过程完成。

【问题讨论】:

    标签: jquery kendo-ui


    【解决方案1】:

    您没有指定是停留在同一页面上,只是脚本发生变化,还是您实际上在页面之间移动

    但你可以

    1. 存储在 url - encodeURIComponent(JSON.stringify(object_to_be_serialised))
    2. @Viewbag

    取决于你的服务器端,但从剑道来看是c#

    [http://www.codeguru.com/columns/dotnet/passing-data-between-pages-in-asp.net.htm][1]
    

    jQuery mobile example

    or use this answer

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-01-13
      • 1970-01-01
      相关资源
      最近更新 更多