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 MVC 站点中,我有一个带有空网格和一些文本框的视图,当用户填充这些文本框时,我需要获取这些值并为网格创建一个新行。
我怎样才能做到这一点?
谢谢
ps(使用剃刀)
看看在线GridView 过滤演示。
如果当前“过滤字符串”为空(参见“控制器 -> 过滤”操作方法;“startsWith”参数),则不要初始化模型。
如果不为空,则初始化所需的模型。