This is a migrated thread and some comments may be shown as answers.

Form control inside grid

0 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 1
Alexey asked on 20 Feb 2018, 09:40 AM

Hi all,

i want to have a repeated table with forms. One guy sayd, that i should use grid for this. So i want to create something like:

<grid ID="Grid1" runat="server" DataSourceID=???>

<MasterTableView  DataKeyNames="fldId" DataSourceID=??? AutoGenerateColumns="False">

<form runat="server" ID=??? DataSourceID=??? DataKeyNames="fldId">

</form>

</MasterTableView >

</grid>

The form is created with fields from DB based on the fldId and i want to have repeated forms with all fldId's. I hope your can understand my idea.

 

Thank you in advance!

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Alexey
Top achievements
Rank 1
Share this question
or