Well I got it working now, just needed to put my .Net hat on I guess.
Thanks Joe.
-----Original Message-----
From: joe ostrosky [mailto:jostrosky@t...]
Sent: Monday, July 15, 2002 6:22 PM
To: ASPX_Professional
Subject: [aspx_professional] Re: Creating Dynamic Form Elements
sure you can.....you gotta stop thinking like classic ASP and think .net
----- Original Message -----
From: "Jason Hall" <jason.hall@e...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Monday, July 15, 2002 5:22 PM
Subject: [aspx_professional] Creating Dynamic Form Elements
Okay, I am just migrating into the .NET framework, and so far am pretty
unimpressed. It seems that Microsoft has castrated the ability to create
dynamic form elements. For example, lets say that I have 10 attributes
in a table that correspond to certain types of form elements (textbox,
input text, input checkbox, etc). In classic ASP, you could easily
create a sub that would read through the table and dynamically create a
form. Can this be done in ASP.NET with web controls??? Since they took
away the ability to dynamically create variables (no Execute until
version 2) I don't see how you can. Thanks for the help.
-Jason