when I reference Microsoft.SharePoint.WebPartPages.WebPart the WebPartTitleID is generated on pages in the following format. WebPartTitleWPQ2
when I reference the System.Web.UI.WebControls.WebParts.WebPart
the WebPartTitleID is generated on pages like the following
WebPartTitlectl00_m_g_cfe73da2_e9aa_44e3_aa10_b8a300837217
is there a way to control this so I get the WPQ pattern on the asp.net webpart ?