Hi All,
When I Trying to Add the Webusercontrol.ascx in my Web site dynamically the .net intellgence not show the name of the control. but when i am adding in webapplication it is working.
So please tell me how to add webusercontrol in my website....
My Code is
on page load..
Webusercontrol web = webusercontrol)Loadcontrol("~/webusercontrol.ascx");
form1.Controls.Add(web);
this code is working on web application but not in the wesite.....