Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

Permanently alter the markup of an .aspx page at runtime

Is it possible to permanently edit the content of an aspx page at runtime?

I know I can do it manually and then save it, refresh the page, and the changes go through.  But can one .aspx page alter another .aspx page and then save the changes it makes?

I am not talking about massive changes...just a change to the contents of an unordered list <ul></ul>.
ASKER CERTIFIED SOLUTION
Avatar of Member_6283346
Member_6283346

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tom Knowlton

ASKER

We do have a database, but the database programmer is the only one who can make the change at the moment, and he is neck deep in another project.

So this is an interim solution only.

There would only ever be ONE user making a change at a time.  And this ability would only exist on the Admin page, which users must authenticate to get to.

thx