I
I.P. Freely
Hi,
I've been using Visual Studio.NET for a while to design WinForms and
Console apps and love it. Recently I had to a WebForms app. Because I have
no artistic skill whatsoever, I enlisted the help of one of our web
designers. She's a DreamWeaver expert, but I insisted that she use Visual
Studio because I was under the mistaken impression that DW doesn't support
WebForms, Visual Source Safe, and the other essential features that are
necessary to include her in our development project. Anyway, this web
designer really hates Visual Studio. She says that it must've been designed
for programmers, not designers, because the UI (what you and I call "Design
Mode") is horrible compared to that of DreamWeaver. She hates it so much
that she refuses to use it in future projects.
The thing is, I *need* Visual Studio.NET. I can't let her use DW if
there's no way to integrate her work into my VS.NET project. Is there a way
to allow her to use DW to design the .aspx file while I write the code in
the corresponding .cs file? It's a real puzzle for us, but it's necessary
that we be able to work together on projects since a) I can't design and b)
she can't code.
I know that VS.NET will divide a page into "aspx" and "cs" files. (I
want to keep it this way. I hate the idea of having all of the code in an
aspx file.) -- so I know that this division of labor must be possible... but
how does it all play out in the real world. Say we need to design a page
called "Login.aspx"... Would I go to the designer and say, "Ok, you design
Login.aspx in DreamWeaver"? Then she'd design it, give me the file, I'd add
the file to my VS.NET project + Source Safe and then create my own .cs file
to handle the Page_Load() event, etc? If I accidentally open the .aspx file
in VS.NET designer, will it become unreadable in DW? I just don't see how
it's all going to play out. Any advice?
keep on flowin',
I.P.
I've been using Visual Studio.NET for a while to design WinForms and
Console apps and love it. Recently I had to a WebForms app. Because I have
no artistic skill whatsoever, I enlisted the help of one of our web
designers. She's a DreamWeaver expert, but I insisted that she use Visual
Studio because I was under the mistaken impression that DW doesn't support
WebForms, Visual Source Safe, and the other essential features that are
necessary to include her in our development project. Anyway, this web
designer really hates Visual Studio. She says that it must've been designed
for programmers, not designers, because the UI (what you and I call "Design
Mode") is horrible compared to that of DreamWeaver. She hates it so much
that she refuses to use it in future projects.
The thing is, I *need* Visual Studio.NET. I can't let her use DW if
there's no way to integrate her work into my VS.NET project. Is there a way
to allow her to use DW to design the .aspx file while I write the code in
the corresponding .cs file? It's a real puzzle for us, but it's necessary
that we be able to work together on projects since a) I can't design and b)
she can't code.
I know that VS.NET will divide a page into "aspx" and "cs" files. (I
want to keep it this way. I hate the idea of having all of the code in an
aspx file.) -- so I know that this division of labor must be possible... but
how does it all play out in the real world. Say we need to design a page
called "Login.aspx"... Would I go to the designer and say, "Ok, you design
Login.aspx in DreamWeaver"? Then she'd design it, give me the file, I'd add
the file to my VS.NET project + Source Safe and then create my own .cs file
to handle the Page_Load() event, etc? If I accidentally open the .aspx file
in VS.NET designer, will it become unreadable in DW? I just don't see how
it's all going to play out. Any advice?
keep on flowin',
I.P.