Ok JM . Its web Usercontrol. Sorry for my to much but even I it did not popup in my intellisense i got no error. But the problem is no control was created during i run my my web up.

VB Code:
  1. protected void Page_Load(object sender, EventArgs e)
  2.         {
  3.            
  4.             UCquestion uc = new UCquestion();            
  5.             Panel1.Controls.Add(uc);
  6. }


my usercontros consist of 3 radionbutton and 1 label. No code was add. just a simple usercontrol Jm.

thanks,

Popskie