创建具有多个输入字段的表单
我希望创建一个输入表单,提供多个输入字段,就像 Microsoft Excel 中显示的那样,其中列标题位于上方,下方有几行用于数据输入。
我知道文本框必须一次放置一个,并且每个文本框只接受一个输入,而创建一个可能只有 10 行和 10 列的表单需要很长时间。
我该如何解决这个问题?工具箱中是否有任何工具可以帮助设计此表单?我还想一次将表单中的条目全部传递到数据库中,所以如果控件也支持这一点,我会很感激...
这是一张 id 喜欢表单的图片...
请帮忙。
I hope to create an entry form that provides multiple entry fields like it appears in microsoft excel where the column headers are up there and several rows below for data input.
i know textboxes have to be placed one at a time and only accept one input per text box and that would take awfully long to just create a form with probably just 10 rows and 10 columns.
how do i go about this.?is there any tool from the toolbox that can help design this form? Id also like to pass entries from the form into the database all in one shot so id appreciate it if the control supports that too...
this is a picture of what id like the form to look like...
Please help out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 DataGridView 比较合适?
Maybe a DataGridView would be appropriate?