CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2009
    Posts
    109

    Using C# with Dreamweaver to develope a website

    I am trying to develope a website by using C# with Dreamweaver (Adobe/Macromedia). I have created apps using C# before, and I've created sites using Dreamweaver before, but this is the first time that I'm creating a site using C# as the back-end and Dreamweaver as the front-end. I basically have NO idea on how to start. I tried searching on google but it didn't seem to help much (or maybe I wasn't searching right :P ).

    I don't know how to use the 2 together as one.

    Any help will be greatly appreciated.

    Thank You.

  2. #2
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: Using C# with Dreamweaver to develope a website

    I don't even know if that's possible. Why would you want to do that? Why don't you just use the designer in Visual Studio to design the webpage?

  3. #3
    Join Date
    Dec 2009
    Posts
    109

    Re: Using C# with Dreamweaver to develope a website

    Alright, this is the whole situation:

    A friend and I are going to develope a website. He's going to work on the front-end, which is basically all the design part, and I will work on the back-end, i.e, any and everything related to coding and databases. My friend does not know how to create a site using anything else except for Adobe Dreamweaver CS 3 and 4! So, I decided to let him create the front-end on Adobe Dreamweaver, and I shall put in the necessary code.

    Oh btw, yes it is possible to use C# and various other languages while creating a website in Dreamweaver.

    What I need to know is, where exactly do I start?

  4. #4
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Using C# with Dreamweaver to develope a website

    I've not used DreamWeaver. But I suspect that there is a way to interact with COM/Activex objects or better still interact with web services. Have a look into that option. Perhaps you can expose the back-end functionality through web services or WCF.

  5. #5
    Join Date
    Dec 2009
    Posts
    109

    Re: Using C# with Dreamweaver to develope a website

    I'm sorry but I didn't understand part of what you just said. Could you elaborate?

  6. #6
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Using C# with Dreamweaver to develope a website

    Hi.

    I'm not which you didn't quite understand. Here's a link on web services and DreamWeaver. There seem to be a few options mentioned there. I would recommend Google if you want to know about COM/ActiveX and Web Services in general.

  7. #7
    Join Date
    Dec 2009
    Posts
    109

    Re: Using C# with Dreamweaver to develope a website

    Quote Originally Posted by nelo View Post
    Hi.

    I'm not which you didn't quite understand. Here's a link on web services and DreamWeaver. There seem to be a few options mentioned there. I would recommend Google if you want to know about COM/ActiveX and Web Services in general.
    Thanks dude! I'll check the link and see what I can find, and then get back to you.

  8. #8
    Join Date
    Dec 2009
    Posts
    109

    Re: Using C# with Dreamweaver to develope a website

    Sorry for the late reply but I've tried checking the link and while it did give me some info on what I am doing, it didn't exactly tell me what I need to be doing!

    I shall say this once more just so that everyone understands what I am trying to achieve.

    I need to know how to write C# code in an HTML code page. I already have the page all setup and ready to be coded. The C# code is supported on that page, but I need to know HOW exactly to write that code. Are they any specific HTML tags withing which I must write this code or should I just start coding without tags?

  9. #9
    Join Date
    Mar 2007
    Posts
    59

    Re: Using C# with Dreamweaver to develope a website

    I think you should start doing some tutorial using Blend and Silverlight for writing web services in C#. After that, you only need to connect your web services and the interface (from Dreamweaver) using the information provided by nelo. It should be easier to understand at that point. Hope this help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured