如何使用c#.net在asp.net中动态生成更多文本框 [英] how to generate more textboxes dynamically in asp.net by using c#.net

查看:66
本文介绍了如何使用c#.net在asp.net中动态生成更多文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用c#在asp.net网页中动态生成多个文本框以及如何将这些数据存储在表格中...请发送我的结果...

how to generate number of textboxs dynamically in asp.net webpage by using c# and how to store those data in a table... please send my the result...

推荐答案

如何在asp.net网页中动态生成多个文本框,使用c#

how to generate number of textboxs dynamically in asp.net webpage by using c#
TextBox tb = new TextBox();
tb.ID = "someID";
somePanel.Controls.Add(tb);





现在试试吧。



。请发送我的结果......

以下是询问者的预期:

1. 首先尝试你想要什么去做!你可能会发现它并不那么难。

2.制定你所做的事情看似问题/不工作。



尝试一下,告诉你是否面临问题。

各位会员非常乐意为此提供帮助。



Now, try it.

. please send my the result...
Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it''s not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.


这篇关于如何使用c#.net在asp.net中动态生成更多文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆