tags:

views:

128

answers:

1

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.....?

A: 

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

Gridview quickstart on ASP.NET

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?

Jakob Gade