Results 1 to 4 of 4

Thread: aspx file changed when pressing on design button

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    aspx file changed when pressing on design button

    Hello
    each time i press on Design view after i write <asp:Some...> tags in a <form> tag the *.aspx file is changed and all the time <table> tags are being added to the aspx file - how can i prevent this change?????
    thanks alot

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: aspx file changed when pressing on design button

    There are some options in Tools... Options... Text Editor... HTML/XML ...

    you can play with those.

    IF you want to learn a secret... I never use Design mode on a professional site - just type the html yourself and never switch to design mode.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    Re: aspx file changed when pressing on design button

    I had playied with these options and non of them worked - any more options????
    it also change me the properties like that
    if i writes

    <asp:datagrid Id = "abc"
    runat = "server"
    Cellpadding="4"
    Cellspacing="0"
    HeaderStyle-BackColor="Black"
    ......
    />
    it changes to =>

    <asp:datagrid Id = "abc" runat = "server" Cellpadding="4" Cellspacing="0" BackColor="Black" ...... />

    Less readable......
    any ideas???

  4. #4
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    Re: aspx file changed when pressing on design button

    that's just the way it is. and i think your multiline tag is less readable lol
    Magiaus

    If I helped give me some points.

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