Using the string resources of ASP.NET membership provider in a custom control
        Posted  
        
            by Dirk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dirk
        
        
        
        Published on 2010-03-15T11:34:55Z
        Indexed on 
            2010/03/15
            11:39 UTC
        
        
        Read the original article
        Hit count: 895
        
ASP.NET
|asp.net-membership
I have the request to build a custom control for ASP.NET membership. The control is somewhat special. So I can’t inherit from a built-in control. Is there an elegant way to access the string resources of ASP.NET membership provider to use them in custom controls? Creating for example CreateUserWizard, extracting the resources and throwing away the control seems a little bit rustic to me.
© Stack Overflow or respective owner