如何设置 ASP.NET 动态数据详细信息视图中编辑控件的大小?
如果可以的话,我如何设置在动态数据应用程序的详细信息中生成的文本框的大小并编辑动态数据应用程序的视图,而无需求助于自定义页面模板?
How can I, if I can, set the size of textboxes generated in the details and edit views of a Dynamic Data application, without resorting to custom page templates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想更改应用程序中的所有文本框,您应该修改 Fieldtemplates 文件夹中的 Text.ascx。如果您想修改某些文本框,您应该创建一个自定义字段模板,并将该控件分配给元数据中的字段,如下所示:
If you want to change ALL textboxes in the app, you should modify Text.ascx in the Fieldtemplates folder. If you want to modify some text boxes, you should create a custom field template, and assign that control to the field in metadata like so :