This topic is locked

Dynamic field name change

6/3/2008 4:11:09 AM
ASPRunnerPro General questions
P
phils1721 author

I would like to plan a page wherein I can update the caption of my fields via webpage in asprunner pro. This will be very helpful to me since I don't have to get back to the development process of asprunner, instead I can edit the caption dynamically. Let me know if this possible and how. There must be a way.

Sergey Kornilov admin 6/3/2008

You can create an additional table in the database to store field names. Then you'll need to modify all templates to use dynamic field names coming from the database instead of static ones. Sounds like a lot of work to me.