Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sa 118 posts 152 karma points
    Oct 27, 2009 @ 13:30
    Sa
    0

    code behind aspx page?

    where can we find codeBehindpage of  .aspx page in umbraco?

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Oct 27, 2009 @ 13:51
    Dirk De Grave
    0

    Sam,

    Codebehind files are never distributes in binary form as those get compiled into an assembly. If you wish to have a look at the source code, download latest version/change set from Codeplex. Anyway, you don't need source to get umbraco up and running. Any specific reason why you'd need the code behind code?

     

    Cheers,

    /Dirk

  • Sa 118 posts 152 karma points
    Oct 27, 2009 @ 13:54
    Sa
    0

    Thanks Mr.Dirk.,

    no specific reasons..

    just a curiosity

  • ANSHIT 10 posts 30 karma points
    Jan 31, 2012 @ 10:15
    ANSHIT
    0

    I have a website created with .net taht contains aspx files and .cs files.

    I have easily added aspx files to umbraco but im not able to add .cs fils. How can i do that.

    Plz help??

  • Paul Kaplan 86 posts 139 karma points
    Jan 31, 2012 @ 20:10
    Paul Kaplan
    0

    You have to compile the .cs files into a library and put the libray in the bin folder.

  • ANSHIT 10 posts 30 karma points
    Jan 31, 2012 @ 21:27
    ANSHIT
    0

    i am using visual web developer, i have created a form in my .aspx page(http://www.futuremanthan.com/freeques.aspx/) which contains whole lot of data that users enters and sends that data to the database, and it is not possible to compile this, plz suggest an alternative option.

  • Paul Kaplan 86 posts 139 karma points
    Jan 31, 2012 @ 22:02
    Paul Kaplan
    0

    Not familiar with Visual Web Developer.  In Visual Studio 2010, you can create a library project, add the .cs files to it, and build it.

    If nothing similar exists in Visual Web Developer, maybe there's a free version of Visual Studio?

    If not, you can build the library with command line tools if you have .NET framework installed.  Try Googling around for how to do this.

    -- Paul

  • ANSHIT 10 posts 30 karma points
    Feb 01, 2012 @ 08:26
    ANSHIT
    0

    thnks, it was of a great help

  • ANSHIT 10 posts 30 karma points
    Feb 01, 2012 @ 15:35
    ANSHIT
    0

    sir , how do i upload umbraco? i ahve created umbraco on localhost but when i am uploading it, it is againg asking me to install umbraco??? what shd be done?? plz help

  • ANSHIT 10 posts 30 karma points
    Feb 01, 2012 @ 15:35
    ANSHIT
    0

    check the link at --- check.futuremanthan.com

Please Sign in or register to post replies

Write your reply to:

Draft