I have most of what I want to do... my main question is, would it be possible to populate the div with other HTML code within this line?
//removed other code for sake of simplicity //.... DivThing.InnerHtml = "<htmltag>something within html tags</htmltag>"; this.Controls.Add(DivThing);
Ideally, I'd LOVE to use it to populate some images chosen from a database or something cool, but that will come later.

New Topic/Question
Reply




MultiQuote






|