object container

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
what should i use if i need to hold the following at any given time:
Label
TextBox
WebUserControl

and then I'll need to add that to my DIV.

(does this sound unusual?)

thanks,
rodchar
 
rodchar said:
hey all,
what should i use if i need to hold the following at any given time:
Label
TextBox
WebUserControl

and then I'll need to add that to my DIV.

(does this sound unusual?)

thanks,
rodchar

You find the closest common base class to use as type for a reference. I
think WebControl in this case.
 
Back
Top