Sharepoint 文本显示和单选按钮列表编码
如何在 Visual Studio 中创建文本、单选按钮和提交按钮的显示,以便可以向用户显示文本,以便
用户无法编辑文本
单击按钮时可以存储用户对单选按钮的选择和显示的问题
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
The user cannot edit the text
The user's choice of radio button and the displayed question can be stored on clicking the button
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(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