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:
protected void Page_Load(object sender, EventArgs e) { UCquestion uc = new UCquestion(); Panel1.Controls.Add(uc); }
my usercontros consist of 3 radionbutton and 1 label. No code was add. just a simple usercontrol Jm.
thanks,
Popskie




Reply With Quote