Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 ASP.NET 的新手。我有一个带有 2 个文本框和提交按钮的表单。我想填写文本框并将表格提交给自己。但是,一旦提交给自己,我希望页面不显示带有文本框的表单,而是显示带有“感谢您提交”的标签。我怎样才能实现这个目标?谢谢你们
通过检查 IsPostBack 属性并更改控件的 Visible 属性。