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.
我使用 javascript 动态创建了一些文本框,现在我想在我的控制器中访问它们。我需要一种方法来访问我的控制器操作中这些文本框中的值。
你试过给他们一个“名字”属性吗?
Request.Form["MyTextBox"]