如何从asp.net中的数据网格填充gridview内的文本框?

时间:2022-12-02 12:06:38

I am using a gridview in my form.aspx page. The textboxes in each row of the gridview are to be populated from a datagrid upon clicking a particular field of the datagrid. Is there any way to do the same.....?

我在form.aspx页面中使用gridview。在单击数据网格的特定字段时,将从数据网格填充网格视图的每一行中的文本框。有没有办法做同样的事情?

1 个解决方案

#1


Did you check out some of the samples the ASP.NET website? Maybe this one can help?

您是否查看了ASP.NET网站的一些示例?也许这个可以帮忙吗?

Gridview quickstart on ASP.NET

ASP.NET上的Gridview快速入门

Otherwise I suggest you describe your problem in greater details. What's the datasource? Anything specific you can't figure out right now? Are you getting any exceptions?

否则,我建议您更详细地描述您的问题。什么是数据源?你现在还不知道具体的一切吗?你有任何例外吗?

#1


Did you check out some of the samples the ASP.NET website? Maybe this one can help?

您是否查看了ASP.NET网站的一些示例?也许这个可以帮忙吗?

Gridview quickstart on ASP.NET

ASP.NET上的Gridview快速入门

Otherwise I suggest you describe your problem in greater details. What's the datasource? Anything specific you can't figure out right now? Are you getting any exceptions?

否则,我建议您更详细地描述您的问题。什么是数据源?你现在还不知道具体的一切吗?你有任何例外吗?