如何在 ASPTokenInput 上预填充一些标签
您好,我正在使用 ASPTokenInput 库,从下面的 url 中找到 https://github.com/harindaka/ASPTokenInput/wiki 任何人都可以帮助我如何在页面加载和部分回发时预填充一些令牌控件
Hi I am using ASPTokenInput library find from below url
https://github.com/harindaka/ASPTokenInput/wiki
Can any one please help me how can I pre populate some token control on page load and on partial postback
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
必须对代码进行一些调整,看起来这个功能没有在原始代码中得到充分测试。我尝试将项目添加到“项目”中,它们会在页面加载时显示,但如果我添加新项目,它们会立即消失,因为它们没有存储在隐藏字段中。
代码修改后,您可以执行以下操作,其中 tiTest2 是 ASPTokenInput 控件(抱歉,没有 tiTest2.Items.Add 支持):
您需要按如下方式更改代码:
Had to tweak the code a bit, it looks like this feature wasn't fully tested in the original code. I tried just adding items to "Items" and they showed up on page load, but would disappear immediately if I added a new item because they were not being stored in the hidden field.
After the code modifications you can do the following, where tiTest2 is an ASPTokenInput control (sorry, no tiTest2.Items.Add support):
You'll need to change the code as follows: