Books: Pro ASP.NET 2.0 Website Programming Authors: Damon Armstrong, Pages: 641, Published: 2005
Essential ASP.Net 2.0 Authors: Fritz Onion, Keith Brown, Pages: 345, Published: 2006
ASP.NET 2.0 Cookbook Authors: Michael A. Kittel, Geoffrey T. Leblond, Pages: 989, Published: 2005
Practical .NET2 and C#2: Harness the Platform, the Language, the Framework Authors: Patrick Smacchia, Pages: 896, Published: 2006
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Real World SharePoint 2007: Indispensable Experiences from 16 MOSS and WSS MVPs Authors: Robert Bogue, Adam Buenz, Scot Hillier, Andrew Connell, Stacy Draper, Luis Du Solier Grinda, Todd Klindt, Jason Medero, Dustin Miller, Shane Perran, Joris Poelmans, Heather Solomon, Nick Swan, Jan Tielens, Mike Walsh, Shane Young, Pages: 504, Published: 2007
Professional Web Parts and Custom Controls with ASP.NET 2.0 Authors: Peter Vogel, Pages: 449, Published: 2005
ASP.NET 2.0: A Developer's Notebook Authors: Wei Meng Lee, Pages: 326, Published: 2005
Advanced SharePoint Services Solutions: Advanced Sharepoint Services Solutions Authors: Scot P. Hillier, Pages: 365, Published: 2005
Microsoft SharePoint: Building Office 2003 Solutions Authors: Scot P. Hillier, Pages: 392, Published: 2006
Web:Choosing Between a User Control or Web Part for SharePoint Jan 20, 2006 ... The picture isn't completely rosy or there wouldn't be much discussion about whether to do a user control or a Web Part. ...
User Control Web Part I will demonstrate the usage of my web part using a simple Calculator user control which can be used to calculate the sum of two numbers. ...
Add usercontrol to webpart - ASP.NET Forums the code below will allow you to add a user control as a webpart ... Get a generic web part from the user control ...
Call user control from webpart « Greg Galipeau’s Weblog Call user control from webpart. Posted by Greg Galipeau on March 11, 2008. Most SharePoint developers know about the SmartPart. ...
Output Cache User Control in Web Part I am not able to use fragment cache in User Control inside a webpart, because I am getting an below error – OutputCached controls cannot be wrapped by ...
The dynamic UserControl and WebPart Paradox... - ASP.NET Forums I can load a UserControl into a WebPart using Fredrik's tutorial... http:// fredrik.nsquared2.com/viewpost.aspx?PostID=223 ...
Building my own UserControl WebPart part V - Mike's Blog In mine last post about my own UserControl WebPart, I ended the article with .... UserControl in ASP.NET 2.0 Portal using my own UserControl WebPart ...
Mart Muller's Sharepoint Weblog - Choosing Between a User Control ... Jan 23, 2006 ... Robert Bogue wrote a story about choosing between developing a webpart or a usercontrol which is rendered as a webpart with a tool such as ...
MSDN SharePoint - Development and Programming Adding Web User ... I put the .ascx in the a subdirectory called UserControls in the web application . -rich. Is the web part containing anything other than the web part. ...
Sharepoint Webpart Using Web User Control Moreover you need to change only the GUID and Path of the Usercontrol (.ascx files) if you want to deploy any user control in web part. ...