J
James Doughty
Hello everyone,
I'm working on an app that is involed in creating dynamic control. I would
to have a property stored in the database to use to retrieve the value
from the screen. The problem is for a texbox I want to use .text and a
dropdownlist I want to use .selecedvalue, ect. I would prefer not to do a
typeof is textbox since I want the ability to add controls to database and
have them avaiblable without having to recompile. I also have the visible
and a couple of other attributes I want to do similar to this.
Andy idea?
Thanks,
James Doughty
I'm working on an app that is involed in creating dynamic control. I would
to have a property stored in the database to use to retrieve the value
from the screen. The problem is for a texbox I want to use .text and a
dropdownlist I want to use .selecedvalue, ect. I would prefer not to do a
typeof is textbox since I want the ability to add controls to database and
have them avaiblable without having to recompile. I also have the visible
and a couple of other attributes I want to do similar to this.
Andy idea?
Thanks,
James Doughty