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.
using Visual.Web.Developer.2010.Express; using SQL.Server.Management.Studio.2008.R2;
N00b 这里,
我有一个 GridView,但我想让它看起来像一个文本框/保存按钮,而不是一个旁边带有编辑/更新标签的表格。我并不是真的在寻找“teh codez”,但这可能吗?有没有更实用的方法来做到这一点?请帮忙! 提前致谢
我有一个 GridView,但我想让它看起来像一个文本框/保存按钮,而不是一个旁边带有编辑/更新标签的表格。我并不是真的在寻找“teh codez”,但这可能吗?有没有更实用的方法来做到这一点?请帮忙!
好吧,既然您不是在寻找代码,那么让我向您指出 and 的TemplateColumn方向EditItemTemplate。他们应该把你送到那里。
TemplateColumn
EditItemTemplate
您可以将所需的任何控件放在模板列中。