Sharepoint 文本显示和单选按钮列表编码

发布于 2024-12-12 17:06:46 字数 137 浏览 1 评论 0原文

如何在 Visual Studio 中创建文本、单选按钮和提交按钮的显示,以便可以向用户显示文本,以便

  1. 用户无法编辑文本

  2. 单击按钮时可以存储用户对单选按钮的选择和显示的问题

How do I create a display of text, radio buttons and submit button in Visual Studio such that I can display my text to the user so that

  1. The user cannot edit the text

  2. The user's choice of radio button and the displayed question can be stored on clicking the button

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

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

发布评论

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

评论(1

醉南桥 2024-12-19 17:06:47

(1) 简单:为控件设置enabled="false

"

(2) 将单选按钮中的信息存储到 btn 提交单击的会话变量中,我很确定您可以编辑保存的字符串

(1) Simple: set enabled="false" for the control

&

(2) Store the information from the radio button into a session variable on btn submit click, I'm pretty sure you can edit the string you save

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