I'm currently editing a .NET app for a client and I'm having trouble with controls sizing. It seems to be resizing all my textboxes to the same size and my dropdowns to the size of the largest option contents. When I look at the rendered source, it seems like the width property on the server controls is not being rendered as a style on the html elements. I think if I remedied that, everything would be fine. Not sure why it's happening though or how to fix it. Anyone?
Thanks in advance.
