Sharepoint: Developing User Control with Code Behind
Posted by dotnetsharepointwatever on October 23, 2008
it’s kind of easy and simple actually..
1. you just need to copy the ascx to the 12 hive folder..
2. register the dll as global assembly,
3. since sharepoint accessing all dll, from gac, we need to change the top part of the ascx file
I am not going to waste time to make a long blog about this.. cause the following blog did a great job, check it out here :
http://jamestsai.net/Blog/post/Using-ASPNET-Web-User-Control-with-Code-Behind-in-SharePoint.aspx