在C#中的TextBox中插入文件

发布于 2024-12-02 06:59:52 字数 101 浏览 1 评论 0原文

我有一个“同意和条件文件( rtf 文档)”和/或一个“免责声明文件”要添加到我想添加到我的 MVC3 Web 应用程序中的文本框或文本区域。 我不知道该怎么做。我用谷歌搜索过但没有成功。

I have an "Agree And Conditions file ( rtf document )" and/or a "disclaimer file" to add to a textBox or Text Area that I would like to add to my MVC3 web app.
I don't know how to do that. I have google searched but without any success.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

め可乐爱微笑 2024-12-09 06:59:52

您应该避免使用文本框,而只在具有固定高度和垂直滚动的

中显示内容。

然后只需添加 即可强制用户表示同意该声明。

当用户没有向下滚动 div 时,您始终可以禁用该复选框...我不喜欢它,但它在多个网站中反复出现。

you should avoid text boxes and just show the content in a <div> with a fixed height and vertical scroll.

Then just add a <input type="checkbox"> to force the user say it agreed with the statement.

You can always have that checkbox that could be disabled while the user did not scroll down the div... I don't like it but it appears over and over in several websites.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文