I have a handler to get all image urls and other data from a mysql table in the ashx handler, but now i want to do a webcontrol (e.g: Panel.Controls.Add(new LiteralControl("<div>Example</div>"));
) and send it to the page, to be displayed.
How can i do that if it is possible.