I need to add images to a web page with C# code at runtime, depending upon external conditions. There is no way to know if, how many, or where images need to be displayed on a web page until the page code is executed at runtime. The documentation states
that image controls can only be added at design time and then altered at runtime. Is this true?
Maurice
Go to the complete details ...