I have been trying to design my screen with asp.net and find that the
descriptions of the objects on the screen cause real design problems

There doesn't seem to be a way to turn off the descriptions of asp.net objects
from the design screen?

It works differently at home on my Academic version (which is supposed to be
the same as the Retail Version) and OS's.

I find that non-xp seem to show the name of the asp.net object on the screen
next to the object, while XP only does this for buttons (displaying the ID or
Name).

For example:

At home:
My checkboxes will have [asp:checkbox] next to all my checkboxes - same with
radio buttons as well as [asp:textbox] inside my textboxes.

At Work (retail version)
The CheckBoxes have the ID next to the button (same with the radio buttons).
The Textboxes have nothing in them.

The problem is I can't design my page with those on there. The take up space
that would normally not be on my page and a set of buttons that normally take 1
row, will take 3 (because of the descriptions).

I had thought there would be an options to turn this off, but I can't seem to
find one.

Thanks,

Tom