My officemate is asking How to disable automatic html table in asp.net? Everytime when you click or just merely selecting any part of the html table, it adds a style="width: 5px" on td or tr or the table itself. Is there any way to disable it?
I dont think you can disable that. By merely selecting a table cell will not resize it, at least on my experience. Just be careful with your mouse :)
are you using Visual Studio 2003?
cruizer: are you using Visual Studio 2003?
NO, before I'm using VS 2003, but now I'm using Visual Studio 2005.