R
Rbrt
I am writing an application that is data dictionary driven - users will have
the ability to create tables and add fields to those tables, and other users
will be able to do data entry into these tables, view them, etc...
The problem is in writing the code for data entry and display. I have tried
FormView, GridView, Generic Repeater controls, etc. but have not been able to
find a way to dynamically add the necessary textboxes, what have you, when
the structure of the table and fields is not known beforehand. Everything I
have seen about these controls tells me that you have to explicitly define
controls at design time by specifying each object in a DIM command (VB).
This used to be very easy using Control Arrays but if I understand
correctly, control arrays are not supported in ASP.NET.
Any suggestions?
the ability to create tables and add fields to those tables, and other users
will be able to do data entry into these tables, view them, etc...
The problem is in writing the code for data entry and display. I have tried
FormView, GridView, Generic Repeater controls, etc. but have not been able to
find a way to dynamically add the necessary textboxes, what have you, when
the structure of the table and fields is not known beforehand. Everything I
have seen about these controls tells me that you have to explicitly define
controls at design time by specifying each object in a DIM command (VB).
This used to be very easy using Control Arrays but if I understand
correctly, control arrays are not supported in ASP.NET.
Any suggestions?