Ask a Question related to Dreamweaver AppDev, Design and Development.
-
RichMcCrea #1
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
-
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... -
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... -
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... -
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 ... />... -
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... -
Julian Roberts #2
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
-
Paul Whitham TMM #3
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...pages.> Some of you may have seen the trouble I have been having with templateseems to> And I have another item on this exchange about codebehind page no onecauses> want to respond to. I have discovered that having a Dreamweaver page with
> <MM:PageBind runat='server' PostBackBind='true' id='PageBind1' /> on itthere> the PageLoad of the codebehind page to behave strangely. I anyone outother> doing codebehind pages besides me? If I have a form that posts (using
> dreamweaver tags like <MM:Update .... />) and I put codebehind logic forcontrols> events, the codebehind events never get hit. It seems the dreamweaverload> 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 pagehave> happens first, then the dreamweaver tags. This is most evident if youspecifics> logic to select a dropdown selected value. I won't go into too manywith> because it is mind-numbing to explain. But has anyone else had sucess> codebehind pages to extend what dreamweaver won't do.??
>
Paul Whitham TMM Guest



Reply With Quote

