WebPartTitleID differences between ASP.NET webparts and Sharepoint webparts - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T05:17:07Z http://stackoverflow.com/feeds/question/869977 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/869977/webparttitleid-differences-between-asp-net-webparts-and-sharepoint-webparts 1 WebPartTitleID differences between ASP.NET webparts and Sharepoint webparts Darin Bradford 2009-05-15T17:39:39Z 2009-10-04T11:00:04Z <p>when I reference <strong>Microsoft.SharePoint.WebPartPages.WebPart</strong> the WebPartTitleID is generated on pages in the following format. WebPartTitleWPQ2</p> <p>when I reference the <strong>System.Web.UI.WebControls.WebParts.WebPart</strong> </p> <p>the WebPartTitleID is generated on pages like the following </p> <p>WebPartTitlectl00_m_g_cfe73da2_e9aa_44e3_aa10_b8a300837217</p> <p>is there a way to control this so I get the WPQ pattern on the asp.net webpart ?</p> http://stackoverflow.com/questions/869977/webparttitleid-differences-between-asp-net-webparts-and-sharepoint-webparts/870108#870108 0 Answer by Abs for WebPartTitleID differences between ASP.NET webparts and Sharepoint webparts Abs 2009-05-15T18:09:59Z 2009-05-15T18:09:59Z <p>As far as I know, there's no way to control these auto-generated web part ID's. If you need to style them, the best thing I've been able to do is wrap everything is a div with a custom ID or class.</p>