Codebehind for layout.Master

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
3/14/2010 11:45:13 AM
Gravatar
Total Posts 2

Codebehind for layout.Master

Hello,

how can I change things on the layout.Master from a codebehind file? Should I create one?

Thanks

3/14/2010 12:20:44 PM
Gravatar
Total Posts 18439

Re: Codebehind for layout.Master

No, you should not, it already has a code behind but you have no access to it because the code behind and all C# code is pre-compiled into dlls in the /bin folder. As mentioned in your other post, you can add a custom UserControl in layout.master and put any custom logic inside your usercontrol.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.