Help decoding MSDN Dynamic Data Article
        Posted  
        
            by davemackey
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by davemackey
        
        
        
        Published on 2010-06-11T19:41:33Z
        Indexed on 
            2010/06/17
            13:33 UTC
        
        
        Read the original article
        Hit count: 268
        
I'm trying to run through this msdn article: http://msdn.microsoft.com/en-us/library/dd723645.aspx One of the steps is:
In the class file for the page, change the base class from UserControl to EntityTemplateUserControl.
Nowhere is it made clear what page is being referenced. Can someone help me? I don't see any relevant class in the pages I have, so I assumed maybe they were talking about the ascx and didn't really mean page, but I'm not seeing an option there either.
© Stack Overflow or respective owner