WebPartTitleID differences between ASP.NET webparts and Sharepoint webparts - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T05:17:07Zhttp://stackoverflow.com/feeds/question/869977http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/869977/webparttitleid-differences-between-asp-net-webparts-and-sharepoint-webparts1WebPartTitleID differences between ASP.NET webparts and Sharepoint webpartsDarin Bradford2009-05-15T17:39:39Z2009-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#8701080Answer by Abs for WebPartTitleID differences between ASP.NET webparts and Sharepoint webpartsAbs2009-05-15T18:09:59Z2009-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>