Hi,
I am an occasional programmer and I am moving from "Windows 7/VS2010/VB.Net" (perfect programming environment) to "Windows 8.1/VS2013/C#" (perfect storm!!) and have a lot of new problems, both with Windows 8.1 and VS2013 frequently crashing.
One of the many is with textboxes inside a formview. When i want to edit data in textboxes, text almost disappears, being aligned past the visible bottom of the textbox. Only a few part of it is visible. I can make it appear completely only if I change the
height property of the textboxes to almost 40px or 50px, but then they are huge textboxes. It seem like if they have padding set that avoids showing it vertically centered in a normal textbox.
The formView is in a div with class="jumbotron". If I remove the jumbotron class then text appears again normally in textboxes.
I never used the bootstrap.css before so I don't know where I should change things.
Thanks fo ...
Go to the complete details ...