Thanks for the help guys!
I put what walaa suggested at the top as well as
<%@ Register assembly="SD.LLBLGen.Pro.DynamicDataSupportClasses.NET35" namespace="SD.LLBLGen.Pro.DynamicDataSupportClasses" tagprefix="llblgen" %>
with no success. Also, the DynamicData stuff was downloaded just last week so it should be the newest one. Any other ideas?
Thanks again for your help!
--EDIT
I also checked the web config and found the following in there:
<pages>
<controls>
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="asp" namespace="System.Web.DynamicData" assembly="System.Web.DynamicData, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add tagPrefix="llblgen" namespace="SD.LLBLGen.Pro.DynamicDataSupportClasses" assembly="SD.LLBLGen.Pro.DynamicDataSupportClasses.NET35, Version=2.6.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
</controls>
</pages>
This should alleviate the requirement to add the tag prefixes to each page (I would think).