Currently I'm doing some mobile development. I've noticed lately when trying to format pages with textboxes that the textbox was ignoring the width property. The Treo 650P and Treo 650W were both exhibiting this behavior. Then I realized that firefox also had this happening, I just hadn't really cared that much until I started needing to manage my screen real estate on mobile devices.
I did find a few solutions. Setting the width with CSS or setting the columns property.
eg.
<asp:TextBox ID="PlayerHandicapValue" runat="server" Width="20" Columns="3" Text="Textbox Text">
</asp:TextBox>
Sources
http://weblogs.asp.net/donxml/archive/2003/04/23/5993.aspx
blogs.mit.edu/CS/blogs/dsrobey/archive/2005/04/11/10245.aspx
Next thing you know and I'll be simply posting IBTL
This is going to be a bit of an experiment for me. I mainly only want a blog to record the little problems and workarounds I find that I need to do in C# and asp.net. I don't imagine that I'll be formatting it very nice, and my grammar and spelling are atrocious. So enjoy.
I've found so many of the solutions to problems I have on blogs, that I thought it woudl be nice to contribute back. Even if it is a pathetic attempt.