Concept Help

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

Hello,



I have been asked to write a program and allow the end user to create
custom fields in a SQL Server database in addition to the premade
fields.



I understand how to add the column, the data type and such.



My question is I need to accommodate the added forms in some sort of
scrollable label in which I can create an array and say to add textboxes
and buttons for each field that is added along with the appropriate
events.



I don't believe the datagrid has this functionality though I may be
mistaken. How would you proceed with this?



Thank you for your help.



Kelly Martens

http://www.kjmsolutions.com <http://www.kjmsolutions.com/>

(e-mail address removed)
 
Problem solved thank you ken.



________________________________

From: scorpion53061 [mailto:[email protected]]
Sent: Friday, July 30, 2004 6:12 AM
To: microsoft.public.dotnet.languages.vb
Cc: microsoft.public.dotnet.framework.adonet;
microsoft.public.dotnet.framework
Subject: Concept Help



Hello,



I have been asked to write a program and allow the end user to create
custom fields in a SQL Server database in addition to the premade
fields.



I understand how to add the column, the data type and such.



My question is I need to accommodate the added forms in some sort of
scrollable label in which I can create an array and say to add textboxes
and buttons for each field that is added along with the appropriate
events.



I don't believe the datagrid has this functionality though I may be
mistaken. How would you proceed with this?



Thank you for your help.



Kelly Martens

http://www.kjmsolutions.com <http://www.kjmsolutions.com/>
<http://www.kjmsolutions.com/>>

(e-mail address removed)
 
Back
Top