SurvivorTiger
Programmer
Hi everyone,
I have several aspx pages and they all need to have a drop-down list. These drop-down lists need to be identical, but instead of writing html code for every page to create the long list of items, I want to use C# to dynamically create the drop-down list. For instance I could have the content of the list in a text file on the server, then my C# code would read the lines from the text file and create the drop-down list. I would greatly appreciate it if someone could help me with this.
Thank you
I have several aspx pages and they all need to have a drop-down list. These drop-down lists need to be identical, but instead of writing html code for every page to create the long list of items, I want to use C# to dynamically create the drop-down list. For instance I could have the content of the list in a text file on the server, then my C# code would read the lines from the text file and create the drop-down list. I would greatly appreciate it if someone could help me with this.
Thank you