Create and Add Asp.Net controls to page from class

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have a created a class which is inside my web site app_code folder.
Inside my class I have the function Load_Documents and the property
_PanelID.

Inside this function I need to create an Asp:Panel and an Asp:Image and
add them to the page panel with ID=_PanelID.

How can I do this?

Thanks,
Miguel
 
Back
Top