asp.net - Can't find code behind files in Sitecore File Explorer -


when view ascx file sitecore file manager , displays codebehind="promo downloads.ascx.cs in header, doesn't seem exist. there asp:literal control i'm trying figure out it's coming from.

.cs files compiled dll , will/shouldn't available in sitecore solution using code behind model. happens if use old code file model.

if want see code you'll need view original source code or decompile dll.

to decompile url: dll in /bin folder. find out dll, @ namespace in .ascx file - name of dll should first part of namespace.

once you've found dll, use dotpeek https://www.jetbrains.com/decompiler/ examine code.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -