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?
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.
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
code behind aspx page?
where can we find codeBehindpage of .aspx page in umbraco?
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
Thanks Mr.Dirk.,
no specific reasons..
just a curiosity
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??
You have to compile the .cs files into a library and put the libray in the bin folder.
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.
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
thnks, it was of a great help
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
check the link at --- check.futuremanthan.com
is working on a reply...