|
-
Feb 10th, 2005, 08:00 AM
#1
Thread Starter
Addicted Member
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
-
Feb 11th, 2005, 08:37 AM
#2
I wonder how many charact
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.
-
Feb 14th, 2005, 08:18 AM
#3
Thread Starter
Addicted Member
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???
-
Feb 14th, 2005, 07:56 PM
#4
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|