创建具有多个输入字段的表单

发布于 2024-10-11 06:29:25 字数 328 浏览 2 评论 0原文

我希望创建一个输入表单,提供多个输入字段,就像 Microsoft Excel 中显示的那样,其中列标题位于上方,下方有几行用于数据输入。

我知道文本框必须一次放置一个,并且每个文本框只接受一个输入,而创建一个可能只有 10 行和 10 列的表单需要很长时间。

我该如何解决这个问题?工具箱中是否有任何工具可以帮助设计此表单?我还想一次将表单中的条目全部传递到数据库中,所以如果控件也支持这一点,我会很感激...

这是一张 id 喜欢表单的图片... alt text

请帮忙。

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...
alt text

Please help out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜是你 2024-10-18 06:29:25

也许 DataGridView 比较合适?

Maybe a DataGridView would be appropriate?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文