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
Printable View
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
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.
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???
that's just the way it is. and i think your multiline tag is less readable lol