a small questions on web part, sharepoint

ChaosRyu

New Member
I created a empty web part, then created a usercontrol, in UserControl.ascx.cs, I wrote like that: \[code\]namespace tasks_email.ControlTemplates.tasks_email{ public partial class UserControl1 : UserControl { public tasks_email WebPart { get; set; } protected void Page_Load(object sender, EventArgs e) {\[/code\]then it said:"tasks_email.Controltemplates.tasks_email" is a 'namesspace' but is used like a 'type'Can any body tell me where the problem is and give me some suggestion?
 
Back
Top