Codebehind and Dreamweaver MX 2004 (on an ASP.NET C#site)

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Codebehind and Dreamweaver MX 2004 (on an ASP.NET C#site)

    Some of you may have seen the trouble I have been having with template pages.
    And I have another item on this exchange about codebehind page no one seems to
    want to respond to. I have discovered that having a Dreamweaver page with
    <MM:PageBind runat='server' PostBackBind='true' id='PageBind1' /> on it causes
    the PageLoad of the codebehind page to behave strangely. I anyone out there
    doing codebehind pages besides me? If I have a form that posts (using
    dreamweaver tags like <MM:Update .... />) and I put codebehind logic for other
    events, the codebehind events never get hit. It seems the dreamweaver controls
    take precedent. I have seen that in the initial load of the page, the
    dreamweaver page load code happens and then the codebehind pageload. At
    postback, this sequence is reversed (it seems) and the codebehind page load
    happens first, then the dreamweaver tags. This is most evident if you have
    logic to select a dropdown selected value. I won't go into too many specifics
    because it is mind-numbing to explain. But has anyone else had sucess with
    codebehind pages to extend what dreamweaver won't do.??

    RichMcCrea Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004
      Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my...
    2. Dreamweaver MX 2004 bug
      I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I...
    3. Applying Dreamweaver template overwrites VisualStudio (VS.net) codebehind declaration
      Stuart You're not wrong about the CodeBehind! I took a different slant on this, which also works very well. Firstly, I looked at modifying...
    4. Dreamweaver Update tags and codebehind postback code
      I have a C# .net site built with Dreamweaver MX2004. I have several screens to allow for updating of tables and they use the <MM:UPDATE ... />...
    5. Creating a web site with animations and games with Flash MX 2004 or Studio MX 2004
      Hi, I want to create a web site with Flash animations and games. My free trial version of Flash MX 2004 has now ended and I have to decide...
  3. #2

    Default Re: Codebehind and Dreamweaver MX 2004 (on an ASP.NET C# site)

    You might want to use PostBackBind='false', although, if you're going to use
    codebehinds, you might as well put the data access in there too.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  4. #3

    Default Re: Codebehind and Dreamweaver MX 2004 (on an ASP.NET C# site)

    I use code behind pages but they are built in VS and I only use DW for
    layout work. I generally do not mix code behind with pages that deploy the
    DreamweaverCTnl file, as I find that standard ADO is not that diffucult to
    implement anyway

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "RichMcCrea" <webforumsuser@macromedia.com> wrote in message
    news:cvg1ib$5s1$1@forums.macromedia.com...
    > Some of you may have seen the trouble I have been having with template
    pages.
    > And I have another item on this exchange about codebehind page no one
    seems to
    > want to respond to. I have discovered that having a Dreamweaver page with
    > <MM:PageBind runat='server' PostBackBind='true' id='PageBind1' /> on it
    causes
    > the PageLoad of the codebehind page to behave strangely. I anyone out
    there
    > doing codebehind pages besides me? If I have a form that posts (using
    > dreamweaver tags like <MM:Update .... />) and I put codebehind logic for
    other
    > events, the codebehind events never get hit. It seems the dreamweaver
    controls
    > take precedent. I have seen that in the initial load of the page, the
    > dreamweaver page load code happens and then the codebehind pageload. At
    > postback, this sequence is reversed (it seems) and the codebehind page
    load
    > happens first, then the dreamweaver tags. This is most evident if you
    have
    > logic to select a dropdown selected value. I won't go into too many
    specifics
    > because it is mind-numbing to explain. But has anyone else had sucess
    with
    > codebehind pages to extend what dreamweaver won't do.??
    >

    Paul Whitham TMM Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139