I need to be able to alter the text of existing controls at runtime depending upon the control’s ID and new text that is obtained from a text file. Can my C# code in the Page_Load segment of a web page set text in an existing control with data retrieved
from a text file that specifies the ID of a control and the new text?
Maurice
Go to the complete details ...