Re: VS.NET 2003 using ASP.NET & VB.NET -- IDE design time problems?



I'm finding that VS.NET ASP design to be virtually useless with web forms?
I design my web form using Design mode, and when I switch to HTML mode I see
many underlines indicating errors??

i.e.
-- Within a server element, the element 'asp:panel' is missing its closing
tag or over laps with element 'P' --

so was web forms design mode really just some after thought??

I'm really disappointed with VS.NET -- it is being touted as the unification
of two development paths, but is clearly NOT ready for prime time. Do any
professional developers actually use the Design mode for web forms? If so,
please fill me in on how you work around ALL these numerous problems?


"Brock Allen" <ballen@xxxxxxxxxxxxxxxxx> wrote in message
news:646546632508345700135632@xxxxxxxxxxxxxxxxxxxxxxx
> FWIW, to be productive in my ASP.NET development in VS.NET 2003, I only
> work in the HTML mode. Some people say they can work with the designer,
> but I've never been able to come to terms with it personally.
>
> -Brock
> DevelopMentor
> http://staff.develop.com/ballen
>
>
>
>> I'm have some serious issues during design time using web forms with
>> panels on them and a table contained within the panel -- I'm using
>> flowlayout as I don't want GridLayout since CSS is not available to
>> all browsers. My problems:
>>
>> 1. If I set align to center for the line my panel is on, it centers
>> in the
>> IDE, but when I run my web page the panels are not centered? However,
>> centering an image the same way works just fine?
>> 2. I no longer can select my text within a Panel to edit the text --
>> I have
>> to exit VS and then restart VS and then I can edit the text?
>> 3. Panels don't seem to resize by pixel but rather by line height?
>> 4. DropDownList controls will sometimes become hidden in the IDE, yet
>> they
>> show up just fine when I run them thru the browser?
>> The list goes on and on and on...
>>
>> In most cases, if I exit VS and come back in, the problems go away for
>> a little while, but will eventually return. The VS IDE is very
>> frustrating for web page development.
>>
>> I'm finding it hard to believe such problems would be released, so it
>> must be something to do with my system?? I have a dual processor Xeon
>> setup (2.6Ghz) 2GB RAM 10,000rpm drives and nVidia Geforce4 video card
>> with dual monitor setup.
>>
>> Any suggestions?
>>
>> Rob.
>>
>
>
>


.



Relevant Pages

  • RE: code layout
    ... Whenever you go to the design mode for any reason, ... I agree that putting the file to VSS is an exteremly bad solution, ... go back to the html, then VS does not mess with the html. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: vs.net not allowing design mode, no errors present
    ... >>> far on the page the program a) won't let me go in to design mode in that ... it's sporatic with others b) once I try to go in to design ... >> Mikhail Arkhipov (Microsoft) ...
    (microsoft.public.vsnet.general)
  • Re: EXE and Dev environment.
    ... It will not tell you if the hosting environment is the VS IDE, some other IDE, or just some yahoo that flipped your control over into design mode. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How to resize form in Design Environment
    ... environmet and save it, it just return to the small size. ... Do you mean you're maximizing the form by clicking the Maximize button in ... the form will not be maximized when in Design ... In the IDE when in Design mode, forms are always sized and positioned to ...
    (microsoft.public.vb.general.discussion)
  • Re: Creating templates for the calendar?
    ... I'd suggest that you watch the web cast. ... To get into design mode, choose Tools | Forms | Design a Form. ... Sue Mosher, Outlook MVP ... >> put a form into design mode and start playing with it. ...
    (microsoft.public.outlook.calendaring)

Loading